neoneo-go/pkg
Roman Khimov 467c9c146d core: restore intermediate block-level store
Commit c80ee952a1 removed temporary store used
to contain changes of the block being processed. It's wrong in that the block
changes should be applied to the database in a single transaction so that
there wouldn't be any intermediate state observed from the outside (which is
possible now). Also, this made changes commiting persist them to the
underlying store effectively making our persist loop a no-op (and not
producing `persist completed` log lines that we love so much).
2019-11-27 13:28:13 +03:00
..
consensus util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
core core: restore intermediate block-level store 2019-11-27 13:28:13 +03:00
crypto crypto: add unit tests for public key 2019-11-21 15:41:49 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: restrict ReadArray max array size 2019-11-15 22:39:21 +03:00
network core/crypto: add validators and interop for validators 2019-11-21 15:23:35 +03:00
rpc Merge pull request #513 from nspcc-dev/feat/rpc_param 2019-11-22 18:47:59 +03:00
smartcontract sc: implement io.Serializable for ParamType 2019-11-14 14:20:38 +03:00
util util: add missing tests for Uint256 2019-11-25 11:55:26 +03:00
vm vm: use hex for ByteArray JSON marshallization 2019-11-15 18:04:59 +03:00
wallet wallet: add unit tests 2019-11-06 13:15:47 +03:00