Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
lightchain.go
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
lightchain_test.go
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago
nodeset.go
all: integrate the freezer with fast sync
6 years ago
odr.go
core/state, light, les: make signature of ContractCode hash-independent ( #27209 )
1 year ago
odr_test.go
core/state, light, les: make signature of ContractCode hash-independent ( #27209 )
1 year ago
odr_util.go
all: remove notion of trusted checkpoints in the post-merge world ( #27147 )
2 years ago
postprocess.go
core/state: value diff tracking in StateDB ( #27349 )
1 year ago
trie.go
core/state: value diff tracking in StateDB ( #27349 )
1 year ago
trie_test.go
cmd, core/state, eth, tests, trie: improve state reader ( #27428 )
1 year ago
txpool.go
all: move main transaction pool into a subpool ( #27463 )
1 year ago
txpool_test.go
all: remove ethash pow, only retain shims needed for consensus and tests ( #27178 )
2 years ago