plugeth/light
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
..
lightchain_test.go
lightchain.go
nodeset.go
odr_test.go
odr_util.go
odr.go
postprocess.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
trie_test.go
trie.go core/state: value diff tracking in StateDB (#27349) 2023-07-11 15:43:23 +02:00
txpool_test.go
txpool.go