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.
Péter Szilágyi
8f66ea3786
eth/downloader: implement beacon sync ( #23982 )
...
* eth/downloader: implement beacon sync
* eth/downloader: fix a crash if the beacon chain is reduced in length
* eth/downloader: fix beacon sync start/stop thrashing data race
* eth/downloader: use a non-nil pivot even in degenerate sync requests
* eth/downloader: don't touch internal state on beacon Head retrieval
* eth/downloader: fix spelling mistakes
* eth/downloader: fix some typos
* eth: integrate legacy/beacon sync switchover and UX
* eth: handle UX wise being stuck on post-merge TTD
* core, eth: integrate the beacon client with the beacon sync
* eth/catalyst: make some warning messages nicer
* eth/downloader: remove Ethereum 1&2 notions in favor of merge
* core/beacon, eth: clean up engine API returns a bit
* eth/downloader: add skeleton extension tests
* eth/catalyst: keep non-kiln spec, handle mining on ttd
* eth/downloader: add beacon header retrieval tests
* eth: fixed spelling, commented failing tests out
* eth/downloader: review fixes
* eth/downloader: drop peers failing to deliver beacon headers
* core/rawdb: track beacon sync data in db inspect
* eth: fix review concerns
* internal/web3ext: nit
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
3 years ago
..
catalyst
eth/downloader: implement beacon sync ( #23982 )
3 years ago
checkpointoracle
les: update checktime even if check fails
4 years ago
downloader
core, eth, les, trie: remove the sync bloom, used by fast sync
3 years ago
fetcher
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
flowcontrol
les: move client pool to les/vflux/server ( #22495 )
4 years ago
utils
les/utils: UDP rate limiter ( #21930 )
4 years ago
vflux
les/vflux/client: fix goroutine leak in testIter ( #24449 )
3 years ago
api.go
les: move client pool to les/vflux/server ( #22495 )
4 years ago
api_backend.go
eth: make traceChain avoid OOM on long-running tracing ( #23736 )
3 years ago
api_test.go
les: duplicate downloader and fetcher to allow progressive refactoring
3 years ago
benchmark.go
all: add support for EIP-2718, EIP-2930 transactions ( #21502 )
4 years ago
bloombits.go
les: handler separation ( #19639 )
5 years ago
client.go
eth, les: update unclean shutdown markers regularly ( #24077 )
3 years ago
client_handler.go
core, eth, les, trie: remove the sync bloom, used by fast sync
3 years ago
commons.go
les: fix balance expiration ( #22343 )
4 years ago
costtracker.go
eth: move eth.Config to a common package ( #22205 )
4 years ago
distributor.go
les, les/lespay: implement new server pool ( #20758 )
5 years ago
distributor_test.go
les: separate peer into clientPeer and serverPeer ( #19991 )
5 years ago
enr_entry.go
cmd/devp2p: skip ENR field tails properly in nodeset filter ( #22565 )
4 years ago
fetcher.go
all: core rework for the merge transition ( #23761 )
3 years ago
fetcher_test.go
core: use block difficulty for genesis ( #23793 )
3 years ago
handler_test.go
les: duplicate downloader and fetcher to allow progressive refactoring
3 years ago
metrics.go
les: polish code ( #22625 )
4 years ago
odr.go
les: generate random nums directly, not via strange conversions
4 years ago
odr_requests.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
odr_test.go
les: fix data races in tests ( #23457 )
3 years ago
peer.go
core/types: faster RLP encoding of Header, StateAcccount, ReceiptForStorage ( #24420 )
3 years ago
peer_test.go
les: introduce forkID ( #21974 )
4 years ago
protocol.go
eth/protocols/eth, les: avoid Raw() when decoding HashOrNumber ( #22841 )
4 years ago
pruner.go
trie, les: add missing calls to Ticker.Stop ( #23415 )
3 years ago
pruner_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
request_test.go
les, light: improve txstatus retrieval ( #22349 )
4 years ago
retrieve.go
les: generate random nums directly, not via strange conversions
4 years ago
server.go
les: fix goroutine leaks in tests ( #22707 )
4 years ago
server_handler.go
les: fix serverHandler crash after setHead ( #24200 )
3 years ago
server_requests.go
tests/fuzzers: fix goroutine leak in les fuzzer ( #22455 )
4 years ago
servingqueue.go
les: avoid shutdown hang ( #23139 )
3 years ago
state_accessor.go
all: removed blockhash from statedb ( #23126 )
3 years ago
sync.go
les: duplicate downloader and fetcher to allow progressive refactoring
3 years ago
sync_test.go
les: fix data races in tests ( #23457 )
3 years ago
test_helper.go
core/types: faster RLP encoding of Header, StateAcccount, ReceiptForStorage ( #24420 )
3 years ago
txrelay.go
les: generate random nums directly, not via strange conversions
4 years ago
ulc.go
cmd, eth, les: fix up ultra light config integration
5 years ago
ulc_test.go
les: fix data races in tests ( #23457 )
3 years ago