aboutsummaryrefslogtreecommitdiffstats
path: root/trie/sync.go
Commit message (Expand)AuthorAgeFilesLines
* core, eth/downloader: commit block data using batches (#15115)Felix Lange2017-09-101-3/+2
* trie: typo in commentPetr Mikusek2017-07-261-1/+1
* eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-221-12/+62
* trie: remove dependency on ethdbFelix Lange2017-01-061-16/+8
* core/state, eth/downloader, trie: reset fast-failure on progressPéter Szilágyi2016-10-311-6/+12
* trie: while fast syncing, don't keep trie nodes in memory (#3186)Péter Szilágyi2016-10-211-19/+13
* trie: ensure resolved nodes stay loadedFelix Lange2016-10-181-3/+3
* trie: fix regression that linked all downloaded nodes togetherFelix Lange2016-10-151-0/+2
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-2/+2
* Merge pull request #2627 from karalabe/concurrent-head-syncPéter Szilágyi2016-05-311-1/+6
|\
| * eth/downloader, trie: pull head state concurrently with chainPéter Szilágyi2016-05-271-1/+6
* | core, core/state, trie: enterprise hand-tuned multi-level cachingPéter Szilágyi2016-05-261-6/+7
|/
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-1/+1
* eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-191-8/+60
* core, eth, trie: direct state trie synchronizationPéter Szilágyi2015-10-191-0/+233