go-ethereum/trie
Guillaume Ballet 45a3ab42aa
core/state: move slot RLP encoding into the MPT implementation (#27000)
Continuing with a series of PRs to make the Trie interface more generic, this PR moves
the RLP encoding of storage slots inside the StateTrie and light.Trie implementations,
as other types of tries don't use RLP.
2023-06-01 10:29:41 +02:00
..
triedb/hashdb
trienode
committer.go
database_test.go
database_wrap.go
encoding.go
encoding_test.go
errors.go
hasher.go
iterator.go
iterator_test.go
node.go
node_enc.go
node_test.go
preimages.go
proof.go
proof_test.go
secure_trie.go
secure_trie_test.go
stacktrie.go
stacktrie_test.go
sync.go
sync_test.go
tracer.go
tracer_test.go
trie.go
trie_id.go
trie_reader.go
trie_test.go