aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher
Commit message (Expand)AuthorAgeFilesLines
* eth, eth/fetcher: move propagated block import into fetcherPéter Szilágyi2015-06-182-45/+72
* eth/fetcher: make tests thread safePéter Szilágyi2015-06-181-22/+34
* eth/fetcher: build longest chain until proven otherwisePéter Szilágyi2015-06-182-30/+94
* eth/fetcher: fix premature queue cleanup, general polishesPéter Szilágyi2015-06-181-35/+47
* eth, eth/fetcher: define and enforce propagation boundariesPéter Szilágyi2015-06-182-23/+60
* eth/fetcher: deduplicate future blocksPéter Szilágyi2015-06-182-25/+71
* eth, eth/fetcher: cache future propagated blocks tooPéter Szilágyi2015-06-182-0/+49
* eth, eth/fetcher: use an import queue to store out of order blocksPéter Szilágyi2015-06-182-31/+82
* eth/fetcher: add test to check for duplicate downloadsPéter Szilágyi2015-06-181-0/+38
* eth/fetcher: fix timer reset bug, add initial testsPéter Szilágyi2015-06-182-3/+207
* eth, eth/fetcher: separate notification sync mechanismPéter Szilágyi2015-06-181-0/+258