neo-go/pkg/core/mpt
Evgeniy Stratonikov 0cb6ec7345 mpt: allow to remove non-existent keys in batch
This bug was here before batch were intoduced.
`Delete` is allowed to be called on missing keys with
HALT result, MPT needs to take this into account.
2021-02-17 12:37:44 +03:00
..
base.go Revert "mpt: do not allocate new buffer when updating dirty node" 2020-12-25 18:42:47 +03:00
batch.go mpt: allow to remove non-existent keys in batch 2021-02-17 12:37:44 +03:00
batch_test.go mpt: allow to remove non-existent keys in batch 2021-02-17 12:37:44 +03:00
branch.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
doc.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
extension.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
hash.go mpt: fix comment typo 2020-09-21 17:54:11 +03:00
helpers.go mpt: support put in batches 2021-01-13 12:25:27 +03:00
leaf.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
node.go mpt: export func for decoding node with type 2020-11-19 12:25:43 +03:00
node_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
proof.go mpt: implement reference counting 2020-11-20 16:50:30 +03:00
proof_test.go mpt: implement reference counting 2020-11-20 16:50:30 +03:00
trie.go mpt: allow to remove non-existent keys in batch 2021-02-17 12:37:44 +03:00
trie_test.go mpt: allow to remove non-existent keys in batch 2021-02-17 12:37:44 +03:00