| Commit message (Expand) | Author | Age | Files | Lines |
* | trie: cache collapsed tries node, not rlp blobs (#16876) | Péter Szilágyi | 2018-06-21 | 1 | -5/+3 |
* | eth, node, trie: fix minor typos (#16802) | Wenbiao Zheng | 2018-05-24 | 1 | -1/+1 |
* | metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15... | Anton Evangelatov | 2018-02-23 | 1 | -1/+1 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -59/+31 |
* | Revert "trie: make fullnode children hash calculation concurrently (#15131)" ... | Péter Szilágyi | 2018-01-15 | 1 | -0/+1 |
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 1 | -1/+1 |
* | trie: make fullnode children hash calculation concurrently (#15131) | gary rong | 2017-11-27 | 1 | -1/+0 |
* | core, eth/downloader: commit block data using batches (#15115) | Felix Lange | 2017-09-10 | 1 | -0/+1 |
* | trie: more node iterator improvements (#14615) | Felix Lange | 2017-06-21 | 1 | -14/+9 |
* | rlp, trie, contracts, compression, consensus: improve comments (#14580) | S. Matthew English | 2017-06-12 | 1 | -3/+3 |
* | trie: add start key to NodeIterator constructors | Felix Lange | 2017-04-25 | 1 | -3/+4 |
* | trie: clean up iterator constructors | Felix Lange | 2017-04-25 | 1 | -2/+2 |
* | trie: rework and document key encoding | Felix Lange | 2017-04-25 | 1 | -3/+3 |
* | trie: remove Key in MissingNodeError | Felix Lange | 2017-04-18 | 1 | -1/+0 |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -8/+7 |
* | trie: remove dependency on ethdb | Felix Lange | 2017-01-06 | 1 | -1/+5 |
* | cmd/geth, trie: report on trie cache unloads, also add debug log | Péter Szilágyi | 2016-10-19 | 1 | -0/+7 |
* | trie: add metric to track cache unloading (#3175) | Felix Lange | 2016-10-19 | 1 | -1/+4 |
* | trie: make the cache miss counter a real metric | Felix Lange | 2016-10-19 | 1 | -7/+5 |
* | Merge pull request #3153 from fjl/trie-unload-fix | Jeffrey Wilcke | 2016-10-19 | 1 | -10/+11 |
|\ |
|
| * | trie: ensure resolved nodes stay loaded | Felix Lange | 2016-10-18 | 1 | -4/+7 |
| * | trie: avoid loading the root node twice | Felix Lange | 2016-10-18 | 1 | -6/+4 |
* | | cmd/geth, trie: track and report trie cache misses | Péter Szilágyi | 2016-10-19 | 1 | -0/+14 |
|/ |
|
* | trie, core/state: improve memory usage and performance (#3135) | Felix Lange | 2016-10-15 | 1 | -57/+57 |
* | trie: fix delete bug for values contained in fullNode | Felix Lange | 2016-09-30 | 1 | -0/+3 |
* | trie: remove dependency on package crypto | Felix Lange | 2016-09-30 | 1 | -3/+6 |
* | core, trie: replace state caches with trie journal | Felix Lange | 2016-09-28 | 1 | -167/+45 |
* | core, core/state, trie: enterprise hand-tuned multi-level caching | Péter Szilágyi | 2016-05-26 | 1 | -87/+150 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -1/+1 |
* | light: implemented odr-capable trie and state structures | zsfelfoldi | 2015-12-17 | 1 | -2/+3 |
* | trie: added error handling | zsfelfoldi | 2015-12-01 | 1 | -58/+146 |
* | eth/downloader: concurrent receipt and state processing | Péter Szilágyi | 2015-10-19 | 1 | -0/+5 |
* | core, trie: new trie | Felix Lange | 2015-09-23 | 1 | -293/+346 |
* | eth, trie: removed key prefixing from state entries & merge db fix | Jeffrey Wilcke | 2015-08-14 | 1 | -2/+0 |
* | core, eth, trie, xeth: merged state, chain, extra databases in one | Jeffrey Wilcke | 2015-08-08 | 1 | -0/+2 |
* | faster hex-prefix codec and string -> []byte | Ethan Buchman | 2015-08-06 | 1 | -5/+5 |
* | 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: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | trie: dirty tracking | Jeffrey Wilcke | 2015-07-04 | 1 | -8/+29 |
* | fixed tests | obscuren | 2015-03-19 | 1 | -2/+7 |
* | Fixed mkdnode & added some tests | obscuren | 2015-03-19 | 1 | -5/+7 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -8/+8 |
* | Fixed a copy issue in the trie which could cause a consensus failure | obscuren | 2015-02-03 | 1 | -5/+16 |
* | Moved ptrie => trie. Removed old trie | obscuren | 2015-01-08 | 1 | -509/+216 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 1 | -9/+5 |
* | Added some comparison tests for the new ptrie | obscuren | 2014-11-18 | 1 | -1/+6 |
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -13/+19 |
* | Added storage root to dump | obscuren | 2014-11-04 | 1 | -1/+1 |
* | ethtrie => trie | obscuren | 2014-10-31 | 1 | -0/+620 |