aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/statesync.go
Commit message (Expand)AuthorAgeFilesLines
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-20/+11
* eth/downloader: avoid hidden reference to finished statesync request (#15545)Péter Szilágyi2018-01-021-1/+4
* eth/downloader: track peer drops and deassign state sync tasksPéter Szilágyi2017-09-121-3/+26
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-37/+40
* eth, les: Refactor downloader peer to use structsNick Johnson2017-06-291-2/+2
* eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-221-0/+449