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
017831dd5b
core, eth: split eth package, implement snap protocol ( #21482 )
...
This commit splits the eth package, separating the handling of eth and snap protocols. It also includes the capability to run snap sync (https://github.com/ethereum/devp2p/blob/master/caps/snap.md ) , but does not enable it by default.
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Martin Holst Swende <martin@swende.se>
4 years ago
..
api.go
all: remove redundant conversions and import names ( #21903 )
4 years ago
downloader.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
downloader_test.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
events.go
cmd,eth: 16400 Add an option to stop geth once in sync. WIP for light mode ( #17321 )
6 years ago
fakepeer.go
core, eth, les, light: scope receipt functionality a bit cleaner
6 years ago
metrics.go
eth/downloader: refactor downloader + queue ( #21263 )
5 years ago
modes.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
peer.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
peer_test.go
eth/downloader: refactor downloader + queue ( #21263 )
5 years ago
queue.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
queue_test.go
eth/downloader: change intial download size ( #21366 )
4 years ago
resultstore.go
eth/downloader: refactor downloader + queue ( #21263 )
5 years ago
statesync.go
core, eth: split eth package, implement snap protocol ( #21482 )
4 years ago
testchain_test.go
eth/downloader: dynamically move pivot even during chain sync
4 years ago
types.go
eth: conform better to the golint standards ( #16783 )
7 years ago