aboutsummaryrefslogtreecommitdiffstats
path: root/eth/fetcher/fetcher.go
Commit message (Expand)AuthorAgeFilesLines
* 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-181-15/+28
* eth, eth/fetcher: move propagated block import into fetcherPéter Szilágyi2015-06-181-19/+36
* eth/fetcher: build longest chain until proven otherwisePéter Szilágyi2015-06-181-30/+37
* 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-181-23/+32
* eth/fetcher: deduplicate future blocksPéter Szilágyi2015-06-181-25/+35
* eth, eth/fetcher: cache future propagated blocks tooPéter Szilágyi2015-06-181-0/+21
* eth, eth/fetcher: use an import queue to store out of order blocksPéter Szilágyi2015-06-181-30/+48
* eth/fetcher: fix timer reset bug, add initial testsPéter Szilágyi2015-06-181-3/+5
* eth, eth/fetcher: separate notification sync mechanismPéter Szilágyi2015-06-181-0/+258