neoneo-go/pkg
Anna Shaleva 2187346158 rpc: fix json marshalling of result.AssetState
Modified result.AssetState:
	- removed `FeeMode` and `FeeAddress` fields
	- fixed json name of `ID` and `AssetType` fields
to be consistent with C# RPC server
2020-03-23 17:44:15 +03:00
..
compiler Merge pull request #742 from nspcc-dev/add-dynamic-appcall 2020-03-11 17:27:05 +03:00
consensus pkg: fix gofmt issues 2020-03-03 17:22:15 +03:00
core mempool: gofmt -s 2020-03-17 16:47:51 +03:00
crypto *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interop *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network core: store NEP5 balances separately 2020-03-12 12:58:28 +03:00
rpc rpc: fix json marshalling of result.AssetState 2020-03-23 17:44:15 +03:00
smartcontract util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00
util util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00
vm vm: allow to push integer-like items to stack 2020-03-18 12:58:31 +03:00
wallet util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00