neoneo-go/pkg/core/mpt
Evgenii Stratonikov 1c559634aa mpt: fill cached fields when getting node from store
Node which has been got from store shouldn't be flushed again.
2020-11-19 12:25:43 +03:00
..
base.go mpt: fill cached fields when getting node from store 2020-11-19 12:25:43 +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: 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: export func for decoding node with type 2020-11-19 12:25:43 +03:00
node_test.go mpt: implement JSON marshaling/unmarshaling 2020-07-30 12:42:15 +03:00
proof.go *: fix misspellings found in Go Report Card 2020-08-14 12:16:24 +03:00
proof_test.go mpt: implement MPT proof Get and Verify 2020-07-30 12:42:15 +03:00
trie.go mpt: fill cached fields when getting node from store 2020-11-19 12:25:43 +03:00
trie_test.go mpt: implement (*Trie).Collapse() 2020-07-30 12:42:15 +03:00