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.
lightclient
2e8e35f2ad
all: refactor so `NewBlock`, `WithBody` take `types.Body` ( #29482 )
...
* all: refactor so NewBlock(..) and WithBody(..) take a types.Body
* core: fixup comments, remove txs != receipts panic
* core/types: add empty withdrawls to body if len == 0
7 months ago
..
api.go
rpc: remove deprecated method "Notifier.Closed" ( #29162 )
9 months ago
beacondevsync.go
cmd, eth: switch the dev synctarget to hash from block ( #28209 )
1 year ago
beaconsync.go
all: use timer instead of time.After in loops, to avoid memleaks ( #29241 )
8 months ago
downloader.go
all: refactor so `NewBlock`, `WithBody` take `types.Body` ( #29482 )
7 months ago
downloader_test.go
eth/downloader: fix case where skeleton reorgs below the filled block ( #29358 )
7 months ago
events.go
cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode ( #17321 )
6 years ago
fetchers.go
cmd/devp2p, eth: drop eth/66 ( #28239 )
1 year ago
fetchers_concurrent.go
eth/downloader: fix timeout resurrection panic ( #26652 )
2 years ago
fetchers_concurrent_bodies.go
cmd/devp2p, eth: drop eth/66 ( #28239 )
1 year ago
fetchers_concurrent_headers.go
cmd/devp2p, eth: drop eth/66 ( #28239 )
1 year ago
fetchers_concurrent_receipts.go
cmd/devp2p, eth: drop eth/66 ( #28239 )
1 year ago
metrics.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
modes.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
peer.go
cmd, eth: switch the dev synctarget to hash from block ( #28209 )
1 year ago
queue.go
all: refactor so `NewBlock`, `WithBody` take `types.Body` ( #29482 )
7 months ago
queue_test.go
log: use native log/slog instead of golang/exp ( #29302 )
8 months ago
resultstore.go
all: fix typos in comments ( #28682 )
11 months ago
skeleton.go
eth/downloader: fix case where skeleton reorgs below the filled block ( #29358 )
7 months ago
skeleton_test.go
all: fix mismatched names in comments ( #29348 )
8 months ago
statesync.go
eth: request id dispatcher and direct req/reply APIs ( #23576 )
3 years ago
testchain_test.go
core: move genesis alloc types to core/types ( #29003 )
9 months ago