aboutsummaryrefslogtreecommitdiffstats
path: root/light
Commit message (Expand)AuthorAgeFilesLines
* trie, core/state: improve memory usage and performance (#3135)Felix Lange2016-10-151-3/+3
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-9/+5
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-1/+2
* core, trie: replace state caches with trie journalFelix Lange2016-09-281-4/+0
* core/state: track all accounts in canon stateFelix Lange2016-09-261-1/+1
* light: fix memory expansion bug (same as fix for core/state)Gustav Simonsson2016-09-202-2/+4
* core/state, light: remove unused StateObject.initCodeGustav Simonsson2016-09-191-3/+0
* all: update license informationFelix Lange2016-04-151-1/+1
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-222-4/+4
* rpc: migrated the RPC insterface to a new reflection based RPC layerBas van Kervel2016-01-261-1/+1
* light: implemented odr-capable trie and state structureszsfelfoldi2015-12-175-0/+1032