neoneo-go/pkg/smartcontract
Anna Shaleva 5a62eb923e smartcontract: fix uint160 marshalling in smartcontract.Parameter
There's a bug after #785: smartcontract.Parameter of type hash160 should
be marshalled in LE (as default marshaller for uint160 does) instead of
BE, so fixed.
2020-04-01 20:48:46 +03:00
..
context random: make use or random package in tests 2020-03-27 10:27:46 +03:00
trigger smartcontract: turn trigger types into Type 2020-03-02 17:25:27 +03:00
contract.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
contract_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
deployment_price.go cli: make gas parameter to deployment add gas to the base price 2020-03-11 20:34:36 +03:00
param_type.go smartcontract: do not require pointer in MarshalYAML 2020-03-25 16:26:39 +03:00
param_type_test.go smartcontract: always use int64 for integers 2020-03-18 11:58:17 +03:00
parameter.go smartcontract: fix uint160 marshalling in smartcontract.Parameter 2020-04-01 20:48:46 +03:00
parameter_test.go smartcontract: fix uint160 marshalling in smartcontract.Parameter 2020-04-01 20:48:46 +03:00