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.
Guillaume Ballet
699243f8ae
core/state, light, trie: add UpdateContractCode to the Trie interface ( #27476 )
...
Verkle trees store the code inside the trie. This PR changes the interface to pass the code, as well as the dirty flag to tell the trie package if the code is dirty and needs to be updated. This is a no-op for the MPT and the odr trie.
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
all: remove notion of trusted checkpoints in the post-merge world ( #27147 )
2 years ago
odr_test.go
trie: remove parameter 'fromLevel' in Prove ( #27512 )
1 year ago
odr_util.go
all: remove notion of trusted checkpoints in the post-merge world ( #27147 )
2 years ago
postprocess.go
all: new empty trie with types.EmptyRootHash instead of null ( #27230 )
2 years ago
trie.go
core/state, light, trie: add UpdateContractCode to the Trie interface ( #27476 )
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