aboutsummaryrefslogtreecommitdiffstats
path: root/trie/arc.go
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.4.14] core, trie: replace state caches with trie journalFelix Lange2016-09-281-206/+0
| | | | (cherry picked from commit cd791bd855b55b95afc8a5c8f56b8bf67863d099)
* trie: added error handlingzsfelfoldi2015-12-011-0/+12
| | | | Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services)
* core, trie: new trieFelix Lange2015-09-231-0/+194