| Commit message (Expand) | Author | Age | Files | Lines |
* | trie: fix overflow in write cache parent tracking (#18165) | Martin Holst Swende | 2018-11-22 | 1 | -1/+1 |
* | trie: go fmt package | Péter Szilágyi | 2018-11-16 | 1 | -1/+1 |
* | trie: return hasher to pool (#18116) | Łukasz Kurowski | 2018-11-16 | 2 | -0/+4 |
* | cmd, core, eth, light, trie: add trie read caching layer | Péter Szilágyi | 2018-11-15 | 3 | -86/+142 |
* | trie: remove unused originalRoot field (#17862) | Péter Szilágyi | 2018-10-08 | 1 | -5/+3 |
* | core, eth, trie: use common/prque (#17508) | Wenbiao Zheng | 2018-09-03 | 1 | -3/+3 |
* | trie: fix typo (#17498) | Mymskmkt | 2018-08-25 | 1 | -1/+1 |
* | 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 |
* | p2p, swarm, trie: avoid copying slices in loops (#17265) | Oleg Kovalov | 2018-08-07 | 2 | -3/+3 |
* | 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 | 4 | -67/+260 |
* | trie: don't report the root flushlist as an alloc | Péter Szilágyi | 2018-06-11 | 1 | -2/+2 |
* | trie: avoid unnecessary slicing on shortnode decoding (#16917) | Sarlor | 2018-06-07 | 1 | -4/+3 |
* | trie: reduce hasher allocations (#16896) | Felix Lange | 2018-06-05 | 1 | -12/+38 |
* | core, eth, trie: streaming GC for the trie cache (#16810) | Péter Szilágyi | 2018-06-04 | 1 | -13/+175 |
* | trie: rename TrieSync to Sync and improve hexToKeybytes (#16804) | Wenbiao Zheng | 2018-05-29 | 3 | -33/+33 |
* | eth, node, trie: fix minor typos (#16802) | Wenbiao Zheng | 2018-05-24 | 1 | -1/+1 |
* | Merge pull request #16803 from karalabe/trie-avoid-funccall | Péter Szilágyi | 2018-05-24 | 1 | -2/+2 |
|\ |
|
| * | trie: cleaner logic, one less func call | Péter Szilágyi | 2018-05-24 | 1 | -2/+2 |
* | | trie: support proof generation from the iterator | Péter Szilágyi | 2018-05-23 | 2 | -48/+150 |
|/ |
|
* | trie: fixes to comply with golint (#16771) | kiel barry | 2018-05-22 | 4 | -16/+21 |
* | all: get rid of error when creating memory database (#16716) | gary rong | 2018-05-09 | 5 | -38/+25 |
* | trie: golint iterator fixes (#16639) | Eli | 2018-05-02 | 1 | -7/+7 |
* | trie: remove unused `buf` parameter (#16583) | xincaosu | 2018-04-27 | 1 | -4/+4 |
* | eth/downloader: flush state sync data before exit (#16280) | gary rong | 2018-04-09 | 1 | -1/+1 |
* | metrics: pull library and introduce ResettingTimer and InfluxDB reporter (#15... | Anton Evangelatov | 2018-02-23 | 1 | -1/+1 |
* | 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 | 10 | -272/+709 |
* | Revert "trie: make fullnode children hash calculation concurrently (#15131)" ... | Péter Szilágyi | 2018-01-15 | 3 | -88/+32 |
* | 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 |