aboutsummaryrefslogtreecommitdiffstats
path: root/light/trie.go
Commit message (Expand)AuthorAgeFilesLines
* light: odrTrie tryUpdate should use update (#18107)Sheldon2018-11-261-1/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-4/+14
* contracts/release: do not print error log if les backend has no peersZsolt Felfoldi2017-12-181-1/+1
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-67/+184
* trie: remove Key in MissingNodeErrorFelix Lange2017-04-181-11/+4
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+2
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-13/+12
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-3/+3
* light: implemented odr-capable trie and state structureszsfelfoldi2015-12-171-0/+123