neo-go/pkg/smartcontract
Evgenii Stratonikov 9abda40171 testserdes: implement helpers for encode/decode routines
Frequently one needs to check if struct serializes/deserializes
properly. This commit implements helpers for such cases including:
1. JSON
2. io.Serializable interface
2020-03-27 10:27:46 +03:00
..
context testserdes: implement helpers for encode/decode routines 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 Merge pull request #785 from nspcc-dev/feature/uint160_marshalling 2020-03-24 12:41:07 +03:00
parameter_test.go testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00