aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/sync.go
Commit message (Expand)AuthorAgeFilesLines
* all: integrate the freezer with fast syncgary rong2019-05-161-1/+1
* core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-131-2/+2
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-1/+2
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-291-3/+3
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-39/+3
* eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-221-3/+9
* trie: remove dependency on ethdbFelix Lange2017-01-061-4/+3
* core/state, eth/downloader, trie: reset fast-failure on progressPéter Szilágyi2016-10-311-2/+4
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-2/+1
* eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-191-60/+33
* core, eth, trie: direct state trie synchronizationPéter Szilágyi2015-10-191-0/+98