neoneo-go/pkg/core
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
..
block testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
mempool mempool: gofmt -s 2020-03-17 16:47:51 +03:00
state random: make use or random package in tests 2020-03-27 10:27:46 +03:00
storage storage: optimize (*MemCachedStore).Persist for memory-backed ps 2020-03-28 17:21:50 +03:00
test_data Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
transaction rpc: fix marshalling of type-specific tx data 2020-03-30 15:48:50 +03:00
blockchain.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
blockchain_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
blockchainer.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
cacheddao.go core: reuse buffer in (*cacheddao).Persist() 2020-03-25 13:13:54 +03:00
cacheddao_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
dao.go core: reuse buffer in (*cacheddao).Persist() 2020-03-25 13:13:54 +03:00
dao_test.go core: marshal AppExecResult.Stack as an array 2020-03-23 16:27:47 +03:00
gas_price.go cli: make gas parameter to deployment add gas to the base price 2020-03-11 20:34:36 +03:00
gas_price_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
header_hash_list.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
helper_test.go Merge pull request #810 from nspcc-dev/refactor/config 2020-04-01 10:29:57 +03:00
interop_neo.go vm: rework Map with internal slice representation 2020-04-01 19:33:53 +03:00
interop_neo_test.go core: fix wrong endian used in interop functions 2020-03-05 19:44:09 +03:00
interop_system.go core: fix wrong endian used in interop functions 2020-03-05 19:44:09 +03:00
interops.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
interops_test.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
prometheus.go core: refactor out MemPool 2020-01-16 10:16:24 +03:00
spent_coin.go core: move (un)SpentCoin structs into the state package 2020-03-11 12:22:52 +03:00
uint32.go *: goimports 2019-12-17 14:51:28 +03:00
util.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
util_test.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00