neoneo-go/pkg/core/mpt
Roman Khimov 475bf2445a mpt: restructure nodes a bit, implement serialization and hash cache
It drastically reduces the number of allocations and hash calculations.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-30 12:42:15 +03:00
..
base.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +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: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
helpers.go mpt: implement MPT trie 2020-07-30 12:42:15 +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: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
node_test.go mpt: implement JSON marshaling/unmarshaling 2020-07-30 12:42:15 +03:00
proof.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
proof_test.go mpt: implement MPT proof Get and Verify 2020-07-30 12:42:15 +03:00
trie.go mpt: restructure nodes a bit, implement serialization and hash cache 2020-07-30 12:42:15 +03:00
trie_test.go mpt: implement (*Trie).Collapse() 2020-07-30 12:42:15 +03:00