neoneo-go/pkg
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
..
compiler compiler: allow to declare variables of struct type 2020-03-27 13:50:09 +03:00
consensus random: make use or random package in tests 2020-03-27 10:27:46 +03:00
core Merge pull request #789 from nspcc-dev/fix/tx_specific_data_marshalling 2020-03-30 16:10:25 +03:00
crypto testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal random: make use or random package in tests 2020-03-27 10:27:46 +03:00
interop compiler/interop: add missing methods to interop.Iterator 2020-03-26 16:39:10 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
rpc Merge pull request #789 from nspcc-dev/fix/tx_specific_data_marshalling 2020-03-30 16:10:25 +03:00
smartcontract smartcontract: fix uint160 marshalling in smartcontract.Parameter 2020-04-01 20:48:46 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: add tests to stack_item.go 2020-03-31 17:18:13 +03:00
wallet util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00