neoneo-go/pkg
Roman Khimov 2d0ad30fcf vm: rework Map with internal slice representation
Which makes iterating over map stable which is important for serialization and
and even fixes occasional test failures. We use the same ordering here as
NEO 3.0 uses, but it should also be fine for NEO 2.0 because it has no
defined order.
2020-04-01 19:33:53 +03:00
..
compiler compiler: calculate stack size more precisely 2020-04-01 17:36:19 +03:00
config config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
consensus Merge pull request #810 from nspcc-dev/refactor/config 2020-04-01 10:29:57 +03:00
core vm: rework Map with internal slice representation 2020-04-01 19:33:53 +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 Merge pull request #810 from nspcc-dev/refactor/config 2020-04-01 10:29:57 +03:00
rpc Merge pull request #810 from nspcc-dev/refactor/config 2020-04-01 10:29:57 +03:00
smartcontract smartcontract: simplify Array JSON marshalling 2020-04-01 19:21:00 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: rework Map with internal slice representation 2020-04-01 19:33:53 +03:00
wallet config: move config.go out of config/ 2020-03-31 17:55:59 +03:00