aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/sync_test.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: Hardfork EIP155, EIP161, EIP170Jeffrey Wilcke2016-11-151-1/+1
* [release/1.4.16] core/state: implement reverts by journaling all changesFelix Lange2016-10-061-1/+1
* [release/1.4.15] cmd, core, internal, light, tests: avoid hashing the code in...Péter Szilágyi2016-10-031-1/+1
* [release/1.4.14] core, trie: replace state caches with trie journalFelix Lange2016-09-281-9/+0
* all: fix go vet warningsFelix Lange2016-04-151-5/+5
* core/state, trie: switch iterator panics to error fieldsPéter Szilágyi2016-02-161-13/+7
* core/state, trie: surface iterator entry hashesPéter Szilágyi2016-02-161-2/+1
* core/state, trie: add node iterator, test state/trie sync consistencyPéter Szilágyi2016-02-161-3/+104
* core, eth, trie: fix data races and merge/review issuesPéter Szilágyi2015-10-211-2/+2
* eth/downloader: concurrent receipt and state processingPéter Szilágyi2015-10-191-8/+8
* core, eth, trie: direct state trie synchronizationPéter Szilágyi2015-10-191-0/+238