neoneo-go/pkg/core/mpt
Anna Shaleva b9927c39ee mpt: refactor nodes serialisation
It should be serialised with type in case if it's a children node.
The type can be either HashT or EmptyT.
2021-04-01 10:19:57 +03:00
..
base.go mpt: refactor nodes serialisation 2021-04-01 10:19:57 +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: refactor nodes serialisation 2021-04-01 10:19:57 +03:00
doc.go mpt: implement MPT trie 2020-07-30 12:42:15 +03:00
extension.go mpt: refactor nodes serialisation 2021-04-01 10:19:57 +03:00
hash.go mpt: refactor nodes serialisation 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: swap Leaf and Node types 2021-04-01 10:17:08 +03:00
node_test.go mpt: refactor nodes serialisation 2021-04-01 10:19:57 +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