aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/sync.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-3/+3
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-3/+3
* 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