aboutsummaryrefslogtreecommitdiffstats
path: root/trie/proof.go
Commit message (Collapse)AuthorAgeFilesLines
* core, core/state, trie: enterprise hand-tuned multi-level cachingPéter Szilágyi2016-05-261-4/+4
|
* all: update license informationFelix Lange2016-04-151-0/+16
|
* light: implemented odr-capable trie and state structureszsfelfoldi2015-12-171-9/+15
|
* trie: added error handlingzsfelfoldi2015-12-011-1/+10
| | | | Created alternate versions of Trie and SecureTrie functions that can return a MissingNodeError (used by ODR services)
* trie: add merkle proof functionsFelix Lange2015-09-231-0/+122