| Commit message (Expand) | Author | Age | Files | Lines |
* | trie: more node iterator improvements (#14615) | Felix Lange | 2017-06-21 | 1 | -107/+136 |
* | trie: add start key to NodeIterator constructors | Felix Lange | 2017-04-25 | 1 | -51/+76 |
* | trie: clean up iterator constructors | Felix Lange | 2017-04-25 | 1 | -11/+4 |
* | trie: rework and document key encoding | Felix Lange | 2017-04-25 | 1 | -1/+2 |
* | trie: implement unionIterator (#14312) | Nick Johnson | 2017-04-13 | 1 | -12/+126 |
* | core, consensus: pluggable consensus engines (#3817) | Péter Szilágyi | 2017-04-05 | 1 | -0/+1 |
* | trie: add difference iterator (#3637) | Nick Johnson | 2017-02-23 | 1 | -107/+248 |
* | trie, core/state: improve memory usage and performance (#3135) | Felix Lange | 2016-10-15 | 1 | -6/+6 |
* | core, trie: replace state caches with trie journal | Felix Lange | 2016-09-28 | 1 | -122/+60 |
* | core, core/state, trie: enterprise hand-tuned multi-level caching | Péter Szilágyi | 2016-05-26 | 1 | -11/+13 |
* | core/state, trie: switch iterator panics to error fields | Péter Szilágyi | 2016-02-16 | 1 | -7/+19 |
* | core/state, trie: node iterator reports parent hashes too | Péter Szilágyi | 2016-02-16 | 1 | -8/+14 |
* | core/state, trie: surface iterator entry hashes | Péter Szilágyi | 2016-02-16 | 1 | -10/+15 |
* | core/state, trie: add node iterator, test state/trie sync consistency | Péter Szilágyi | 2016-02-16 | 1 | -3/+117 |
* | trie: added error handling | zsfelfoldi | 2015-12-01 | 1 | -3/+16 |
* | core, trie: new trie | Felix Lange | 2015-09-23 | 1 | -35/+29 |
* | faster hex-prefix codec and string -> []byte | Ethan Buchman | 2015-08-06 | 1 | -1/+1 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | Fixed iterator bug which skips the 0x000...000 key | = | 2015-03-05 | 1 | -7/+21 |
* | Fixed iterator | obscuren | 2015-02-08 | 1 | -2/+1 |
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -93/+59 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -0/+2 |
* | ethtrie => trie | obscuren | 2014-10-31 | 1 | -0/+143 |