neoneo-go/pkg/core/mpt
Evgeniy Stratonikov 9691eee10c mpt: strip branch if 1 child is left
If the child left is a hash node, we should retrieve it from store.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2021-07-05 11:04:20 +03:00
..
base.go mpt: split HashNode in two types 2021-04-01 10:19:57 +03:00
batch.go mpt: strip branch if 1 child is left 2021-07-05 11:04:20 +03:00
batch_test.go mpt: strip branch if 1 child is left 2021-07-05 11:04:20 +03:00
branch.go mpt: refactor nodes serialisation 2021-04-01 10:19:57 +03:00
compat_test.go mpt/tests: add compatibility tests 2021-06-04 11:09:17 +03:00
doc.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
extension.go mpt: reduce max key length 2021-06-04 11:09:17 +03:00
hash.go mpt: split HashNode in two types 2021-04-01 10:19:57 +03:00
helpers.go mpt: support put in batches 2021-01-13 12:25:27 +03:00
leaf.go mpt: refactor nodes serialisation 2021-04-01 10:19:57 +03:00
node.go mpt: reduce max key length 2021-06-04 11:09:17 +03:00
node_test.go mpt: reduce max key length 2021-06-04 11:09:17 +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: disallow empty keys 2021-06-04 11:09:17 +03:00
trie_test.go mpt: disallow empty keys 2021-06-04 11:09:17 +03:00