aboutsummaryrefslogtreecommitdiffstats
path: root/trie/database.go
Commit message (Expand)AuthorAgeFilesLines
* trie: disable fnv64a hashing of hashes for bigcache (#19314)Martin Holst Swende2019-03-221-0/+15
* cmd, core, eth, trie: get rid of trie cache generations (#19262)Péter Szilágyi2019-03-141-12/+10
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-13/+4
* trie: prefer nil slices over zero-length slices (#19084)Matthew Halpern2019-02-191-1/+1
* trie: add missing unlock call in error case (#18985)HackyMiner2019-02-041-0/+1
* trie: fix overflow in write cache parent tracking (#18165)Martin Holst Swende2018-11-221-1/+1
* cmd, core, eth, light, trie: add trie read caching layerPéter Szilágyi2018-11-151-75/+130
* eth, trie: fix tracer GC which accidentally pruned the metarootPéter Szilágyi2018-08-091-0/+5
* trie: fix comment typo (#17350)Mymskmkt2018-08-081-1/+1
* trie: handle removing the freshest node tooPéter Szilágyi2018-07-301-4/+14
* trie: fix a temporary memory leak in the memcachePéter Szilágyi2018-07-021-1/+49
* trie: cache collapsed tries node, not rlp blobs (#16876)Péter Szilágyi2018-06-211-36/+238
* trie: don't report the root flushlist as an allocPéter Szilágyi2018-06-111-2/+2
* core, eth, trie: streaming GC for the trie cache (#16810)Péter Szilágyi2018-06-041-13/+175
* all: update license information (#16089)Felix Lange2018-02-141-1/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-0/+355