aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/synchronous.go
Commit message (Collapse)AuthorAgeFilesLines
* eth, eth/downloader: moved peer selection to protocol handlerobscuren2015-04-241-79/+0
|
* eth: adapted to new synchronous api of downloader's AddBlockobscuren2015-04-191-0/+2
|
* downloader: improved downloading and synchronisationobscuren2015-04-191-0/+77
* Downloader's peers keeps track of peer's previously requested hashes so that we don't have to re-request * Changed `AddBlock` to be fully synchronous