aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/iterator.go
Commit message (Expand)AuthorAgeFilesLines
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-9/+4
* trie: add start key to NodeIterator constructorsFelix Lange2017-04-251-2/+2
* trie: clean up iterator constructorsFelix Lange2017-04-251-1/+1
* trie: add difference iterator (#3637)Nick Johnson2017-02-231-17/+16
* all: fix issues reported by honnef.co/go/simple/cmd/gosimpleFelix Lange2017-01-071-1/+1
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-1/+1
* core/state, trie: switch iterator panics to error fieldsPéter Szilágyi2016-02-161-13/+30
* core/state, trie: node iterator reports parent hashes tooPéter Szilágyi2016-02-161-7/+13
* core/state, trie: surface iterator entry hashesPéter Szilágyi2016-02-161-5/+9
* core/state, trie: add node iterator, test state/trie sync consistencyPéter Szilágyi2016-02-161-0/+133