neoneo-go/pkg
Roman Khimov fed95e0069 smartcontract: (un)marshal AnyType value as null
Neo 3 can emit Null in its transfer notifications in `from` or `to` fields
when minting/burning tokens (unlike Neo 2 that emitted util.Uint256{} for this
case), then it gets converted to Parameter as AnyType and we have to JSONize
it somehow for proper RPC functioning.
2020-06-05 19:20:16 +03:00
..
compiler compiler: restore support for GetUnspentCoins 2020-05-27 12:01:50 +03:00
config transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
consensus network: get blocks directly from the chain for rebroadcasting 2020-05-25 00:27:39 +03:00
core rpc: change getunclaimed to getunclaimedgas 2020-06-05 19:20:16 +03:00
crypto vm: move RET and SYSCALL opcodes 2020-05-07 13:23:05 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal protocol: add payload compression 2020-05-26 22:19:10 +03:00
interop compiler: restore support for GetUnspentCoins 2020-05-27 12:01:50 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network rpc: change getunclaimed to getunclaimedgas 2020-06-05 19:20:16 +03:00
rpc rpc: drop getaccountstate method 2020-06-05 19:20:16 +03:00
smartcontract smartcontract: (un)marshal AnyType value as null 2020-06-05 19:20:16 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm/tests: restore NEO3 JSON tests 2020-05-22 14:17:15 +03:00
wallet wallet: check for t.GetSignedPart() result correctness 2020-05-24 23:53:38 +03:00