• rjl493456442's avatar
    core/state: value diff tracking in StateDB (#27349) · 4b06e4f2
    rjl493456442 authored
    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.
    4b06e4f2
Name
Last commit
Last update
..
triedb/hashdb Loading commit data...
trienode Loading commit data...
triestate Loading commit data...
committer.go Loading commit data...
database.go Loading commit data...
database_test.go Loading commit data...
encoding.go Loading commit data...
encoding_test.go Loading commit data...
errors.go Loading commit data...
hasher.go Loading commit data...
iterator.go Loading commit data...
iterator_test.go Loading commit data...
node.go Loading commit data...
node_enc.go Loading commit data...
node_test.go Loading commit data...
preimages.go Loading commit data...
proof.go Loading commit data...
proof_test.go Loading commit data...
secure_trie.go Loading commit data...
secure_trie_test.go Loading commit data...
stacktrie.go Loading commit data...
stacktrie_test.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...
tracer.go Loading commit data...
tracer_test.go Loading commit data...
trie.go Loading commit data...
trie_id.go Loading commit data...
trie_reader.go Loading commit data...
trie_test.go Loading commit data...