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.
Showing
This diff is collapsed.
This diff is collapsed.
trie/triestate/state.go
0 → 100644
Please register or sign in to comment