aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader
Commit message (Collapse)AuthorAgeFilesLines
* downloader: added missing blocks catchup functionalityobscuren2015-04-134-133/+303
| | | | | When a parent is missing in the block list an attempt should be made to fetch the missing parent and grandparents.
* downloader: return an error for peer.fetch and return chunk to queueobscuren2015-04-122-3/+16
| | | | | If a peer was somehow already fetching and somehow managed to end up in the `available` pool it should return it's work.
* downloader: renamed chunks to queueobscuren2015-04-121-0/+0
|
* downloader: implemented new downloaderobscuren2015-04-124-0/+602