aboutsummaryrefslogtreecommitdiffstats
path: root/eth/downloader/statesync.go
Commit message (Expand)AuthorAgeFilesLines
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-291-1/+1
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-2/+2
* eth/downloader: flush state sync data before exit (#16280)gary rong2018-04-091-5/+13
* eth: fix typos (#16414)Yusup2018-04-041-5/+5
* eth/downloader: save and load trie sync progress (#16224)Péter Szilágyi2018-03-031-0/+4
* 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