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.
 
 
 
 
 
 
go-ethereum/eth/downloader
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903)
4 years ago
..
api.go all: remove redundant conversions and import names (#21903) 4 years ago
downloader.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 4 years ago
downloader_test.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 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) 4 years ago
modes.go eth/downloader: fixes data race between synchronize and other methods (#21201) 4 years ago
peer.go eth/downloader: remove eth62 (#21378) 4 years ago
peer_test.go eth/downloader: refactor downloader + queue (#21263) 4 years ago
queue.go eth/downloader: cache parent hash instead of recomputing (#21678) 4 years ago
queue_test.go eth/downloader: change intial download size (#21366) 4 years ago
resultstore.go eth/downloader: refactor downloader + queue (#21263) 4 years ago
statesync.go core, eth, trie: prepare trie sync for path based operation 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) 6 years ago