Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/state: access trie through Database interface, track errors (#14589) | Felix Lange | 2017-06-27 | 1 | -9/+4 |
* | trie: add start key to NodeIterator constructors | Felix Lange | 2017-04-25 | 1 | -2/+2 |
* | trie: clean up iterator constructors | Felix Lange | 2017-04-25 | 1 | -1/+1 |
* | trie: add difference iterator (#3637) | Nick Johnson | 2017-02-23 | 1 | -17/+16 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -1/+1 |
* | core, trie: replace state caches with trie journal | Felix Lange | 2016-09-28 | 1 | -1/+1 |
* | core/state, trie: switch iterator panics to error fields | Péter Szilágyi | 2016-02-16 | 1 | -13/+30 |
* | core/state, trie: node iterator reports parent hashes too | Péter Szilágyi | 2016-02-16 | 1 | -7/+13 |
* | core/state, trie: surface iterator entry hashes | Péter Szilágyi | 2016-02-16 | 1 | -5/+9 |
* | core/state, trie: add node iterator, test state/trie sync consistency | Péter Szilágyi | 2016-02-16 | 1 | -0/+133 |