go-ethereum/light
rjl493456442 5b3e45ba53 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-11-10 11:09:46 -06:00
..
lightchain.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-11-10 11:09:46 -06:00
lightchain_test.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-11-10 11:09:46 -06:00
nodeset.go all: integrate the freezer with fast sync 2019-05-16 10:39:32 +03:00
odr.go core/state, light, les: make signature of ContractCode hash-independent (#27209) 2023-11-10 11:09:46 -06:00
odr_test.go core/state, light, les: make signature of ContractCode hash-independent (#27209) 2023-11-10 11:09:46 -06:00
odr_util.go all: remove notion of trusted checkpoints in the post-merge world (#27147) 2023-11-10 11:09:46 -06:00
postprocess.go core/state: value diff tracking in StateDB (#27349) 2023-11-10 11:09:46 -06:00
trie.go core/state: value diff tracking in StateDB (#27349) 2023-11-10 11:09:46 -06:00
trie_test.go cmd, core/state, eth, tests, trie: improve state reader (#27428) 2023-11-10 11:09:46 -06:00
txpool.go all: move main transaction pool into a subpool (#27463) 2023-11-10 11:09:46 -06:00
txpool_test.go all: remove ethash pow, only retain shims needed for consensus and tests (#27178) 2023-11-10 11:09:46 -06:00