aboutsummaryrefslogtreecommitdiffstats
path: root/trie/proof.go
Commit message (Expand)AuthorAgeFilesLines
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-29/+24
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-2/+3
* trie: more node iterator improvements (#14615)Felix Lange2017-06-211-1/+1
* trie: rework and document key encodingFelix Lange2017-04-251-2/+2
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-5/+2
* trie: ensure resolved nodes stay loadedFelix Lange2016-10-181-1/+1
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-5/+5
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-5/+3
* 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
* trie: add merkle proof functionsFelix Lange2015-09-231-0/+122