| Commit message (Expand) | Author | Age | Files | Lines |
* | core, ethdb, trie: mode dirty data to clean cache on flush (#19307) | Martin Holst Swende | 2019-03-26 | 1 | -48/+72 |
* | trie: disable fnv64a hashing of hashes for bigcache (#19314) | Martin Holst Swende | 2019-03-22 | 1 | -0/+15 |
* | cmd, core, eth, trie: get rid of trie cache generations (#19262) | Péter Szilágyi | 2019-03-14 | 1 | -12/+10 |
* | all: clean up and proerly abstract database access | Péter Szilágyi | 2019-03-06 | 1 | -13/+4 |
* | trie: prefer nil slices over zero-length slices (#19084) | Matthew Halpern | 2019-02-19 | 1 | -1/+1 |
* | trie: add missing unlock call in error case (#18985) | HackyMiner | 2019-02-04 | 1 | -0/+1 |
* | trie: fix overflow in write cache parent tracking (#18165) | Martin Holst Swende | 2018-11-22 | 1 | -1/+1 |
* | cmd, core, eth, light, trie: add trie read caching layer | Péter Szilágyi | 2018-11-15 | 1 | -75/+130 |
* | eth, trie: fix tracer GC which accidentally pruned the metaroot | Péter Szilágyi | 2018-08-09 | 1 | -0/+5 |
* | trie: fix comment typo (#17350) | Mymskmkt | 2018-08-08 | 1 | -1/+1 |
* | trie: handle removing the freshest node too | Péter Szilágyi | 2018-07-30 | 1 | -4/+14 |
* | trie: fix a temporary memory leak in the memcache | Péter Szilágyi | 2018-07-02 | 1 | -1/+49 |
* | trie: cache collapsed tries node, not rlp blobs (#16876) | Péter Szilágyi | 2018-06-21 | 1 | -36/+238 |
* | trie: don't report the root flushlist as an alloc | Péter Szilágyi | 2018-06-11 | 1 | -2/+2 |
* | core, eth, trie: streaming GC for the trie cache (#16810) | Péter Szilágyi | 2018-06-04 | 1 | -13/+175 |
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 1 | -1/+1 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -0/+355 |