• 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
..
context.go Loading commit data...
conversion.go Loading commit data...
difflayer.go Loading commit data...
difflayer_test.go Loading commit data...
disklayer.go Loading commit data...
disklayer_test.go Loading commit data...
generate.go Loading commit data...
generate_test.go Loading commit data...
holdable_iterator.go Loading commit data...
holdable_iterator_test.go Loading commit data...
iterator.go Loading commit data...
iterator_binary.go Loading commit data...
iterator_fast.go Loading commit data...
iterator_test.go Loading commit data...
journal.go Loading commit data...
metrics.go Loading commit data...
snapshot.go Loading commit data...
snapshot_test.go Loading commit data...
utils.go Loading commit data...