plugeth/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 all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
trienode all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
committer.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
database_test.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
database_wrap.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
encoding_test.go
encoding.go
errors.go
hasher.go
iterator_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2023-05-11 10:19:42 +03:00
iterator.go core, trie: rework trie database (#26813) 2023-04-24 10:38:52 +03:00
node_enc.go core, trie: rework trie database (#26813) 2023-04-24 10:38:52 +03:00
node_test.go
node.go core, trie: rework trie database (#26813) 2023-04-24 10:38:52 +03:00
preimages.go
proof_test.go
proof.go core, trie: rework trie database (#26813) 2023-04-24 10:38:52 +03:00
secure_trie_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2023-05-11 10:19:42 +03:00
secure_trie.go core/state: move slot RLP encoding into the MPT implementation (#27000) 2023-06-01 10:29:41 +02:00
stacktrie_test.go
stacktrie.go core, trie: rework trie database (#26813) 2023-04-24 10:38:52 +03:00
sync_test.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2023-05-11 10:19:42 +03:00
sync.go
tracer_test.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
tracer.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
trie_id.go
trie_reader.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
trie_test.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00
trie.go all: port boring changes from pbss (#27176) 2023-05-09 10:11:04 +03:00