plugeth/trie
rjl493456442 4b06e4f25e
core/state: value diff tracking in StateDB (#27349)
This change makes the StateDB track the state key value diff of a block transition.
We already tracked current account and storage values for the purpose of updating
the state snapshot. With this PR, we now also track the original (pre-transition) values
of accounts and storage slots.
2023-07-11 15:43:23 +02:00
..
triedb/hashdb
trienode core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
triestate core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
committer.go
database_test.go
database.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
encoding_test.go
encoding.go
errors.go
hasher.go
iterator_test.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
iterator.go
node_enc.go
node_test.go
node.go
preimages.go
proof_test.go
proof.go
secure_trie_test.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
secure_trie.go trie, core/state: revert error removal in (*state.Trie).Commit (#27544) 2023-06-27 15:36:38 +03:00
stacktrie_test.go
stacktrie.go
sync_test.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
sync.go
tracer_test.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
tracer.go
trie_id.go
trie_reader.go
trie_test.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
trie.go trie, core/state: revert error removal in (*state.Trie).Commit (#27544) 2023-06-27 15:36:38 +03:00