aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher
Commit message (Expand)AuthorAgeFilesLines
* eth/fetcher: remove test sleeps (15s -> 2.8s)Péter Szilágyi2015-06-222-59/+167
* eth/fetcher: handle and (crude) test block memory DOSPéter Szilágyi2015-06-222-23/+105
* eth/fetcher: handle and test block announce DOS attacksPéter Szilágyi2015-06-222-7/+82
* eth/fetcher: lower max cache size, add timeout slackPéter Szilágyi2015-06-191-4/+15
* eth/fetcher: since uncles are allowed, drop phase testPéter Szilágyi2015-06-191-51/+0
* eth/fetcher: allow backward uncle imports tooPéter Szilágyi2015-06-191-2/+3
* eth, eth/fetcher: propagate after header verify, announce only on insertPéter Szilágyi2015-06-182-22/+39
* 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