aboutsummaryrefslogtreecommitdiffstats
path: root/trie/sync_test.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-2/+2
* trie: rename TrieSync to Sync and improve hexToKeybytes (#16804)Wenbiao Zheng2018-05-291-18/+18
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-18/+12
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-45/+58
* eth/downloader: separate state sync from queue (#14460)Felix Lange2017-06-221-6/+24
* rlp, trie, contracts, compression, consensus: improve comments (#14580)S. Matthew English2017-06-121-3/+3
* trie: add start key to NodeIterator constructorsFelix Lange2017-04-251-1/+1
* trie: clean up iterator constructorsFelix Lange2017-04-251-1/+1
* trie: add difference iterator (#3637)Nick Johnson2017-02-231-2/+2
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-1/+1
* all: gofmt -w -sFelix Lange2017-01-061-2/+2
* trie: remove dependency on ethdbFelix Lange2017-01-061-6/+6
* core/state, eth/downloader, trie: reset fast-failure on progressPéter Szilágyi2016-10-311-6/+6
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-9/+0
* core/state, trie: switch iterator panics to error fieldsPéter Szilágyi2016-02-161-12/+6
* 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-5/+97
* core, eth, trie: direct state trie synchronizationPéter Szilágyi2015-10-191-0/+257