aboutsummaryrefslogtreecommitdiffstats
path: root/trie/hasher.go
Commit message (Expand)AuthorAgeFilesLines
* trie: add metric to track cache unloading (#3175)Felix Lange2016-10-191-0/+1
* trie: ensure dirty flag is unset for embedded child nodesFelix Lange2016-10-181-17/+14
* trie: ensure resolved nodes stay loadedFelix Lange2016-10-181-1/+1
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-30/+48
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-0/+157