aboutsummaryrefslogtreecommitdiffstats
path: root/light/state_test.go
Commit message (Collapse)AuthorAgeFilesLines
* core/state: track all accounts in canon stateFelix Lange2016-09-261-1/+1
| | | | | This change introduces a global, per-state cache that keeps account data in the canon state. Thanks to @karalabe for lots of fixes.
* light: implemented odr-capable trie and state structureszsfelfoldi2015-12-171-0/+269