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.
Marius van der Wijden
4f4622bc8b
core: eth: implement Kiln-v2 spec ( #24506 )
...
* core/beacon: eth/catalyst: updated engine api to new version
* core: implement exchangeTransitionConfig
* core/beacon: prevRandao instead of Random
* eth/catalyst: Fix ExchangeTransitionConfig, add test
* eth/catalyst: stop external miners on TTD reached
* node: implement --authrpc.vhosts flag
* core: allow for config override on non-mainnet networks
* eth/catalyst: fix peters comments
* eth/catalyst: make stop remote sealer more explicit
* eth/catalyst: add log output
* cmd/utils: rename authrpc.host to authrpc.addr
* eth/catalyst: disable the disabling of the miner
* eth: core: remove notion of terminal pow block
* eth: les: more of peters nitpicks
3 years ago
..
catalyst
core: eth: implement Kiln-v2 spec ( #24506 )
3 years ago
downloader
eth/downloader: fix off-by-one error in test causing 50% fails
3 years ago
ethconfig
cmd/geth: rename --whitelist to --eth.requiredblocks ( #24505 )
3 years ago
fetcher
core, miner, rpc, eth: fix goroutine leaks in tests ( #24211 )
3 years ago
filters
eth/filters: remove unused field 'chaindb' in PublicFilterAPI ( #24072 )
3 years ago
gasprice
graphql: fee history fields ( #24452 )
3 years ago
protocols
Merge pull request #24529 from holiman/fix_inf
3 years ago
tracers
eth/tracers: use hex encoding for debug_traceBlock argument ( #24517 )
3 years ago
api.go
eth: fix typo in comment ( #23941 )
3 years ago
api_backend.go
all: core rework for the merge transition ( #23761 )
3 years ago
api_test.go
cmd/geth, eth, core: snapshot dump + unify with trie dump ( #22795 )
4 years ago
backend.go
cmd/geth: rename --whitelist to --eth.requiredblocks ( #24505 )
3 years ago
bloombits.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
discovery.go
cmd/utils: use eth DNS tree for snap discovery ( #22808 )
4 years ago
handler.go
cmd/geth: rename --whitelist to --eth.requiredblocks ( #24505 )
3 years ago
handler_eth.go
core, eth, les, trie: remove the sync bloom, used by fast sync
3 years ago
handler_eth_test.go
core/types: faster RLP encoding of Header, StateAcccount, ReceiptForStorage ( #24420 )
3 years ago
handler_snap.go
eth: check snap satelliteness, delegate drop to eth ( #22235 )
4 years ago
handler_test.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peer.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peerset.go
eth/downloader: implement beacon sync ( #23982 )
3 years ago
state_accessor.go
all: core rework for the merge transition ( #23761 )
3 years ago
sync.go
core: eth: implement Kiln-v2 spec ( #24506 )
3 years ago
sync_test.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago