aboutsummaryrefslogtreecommitdiffstats
path: root/light/state_object.go
Commit message (Expand)AuthorAgeFilesLines
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-275/+0
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* all: update light logs (and a few others) to the new modelPéter Szilágyi2017-03-031-13/+0
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-1/+1
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-11/+10
* logger: remove Core verbosity level (#3659)Felix Lange2017-02-151-3/+3
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-1/+1
* light: implemented VMState.Empty() (#3357)Felföldi Zsolt2016-11-281-2/+7
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-11/+31
* light: fix memory expansion bug (same as fix for core/state)Gustav Simonsson2016-09-201-1/+1
* 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-221-2/+2
* 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-171-0/+267