aboutsummaryrefslogtreecommitdiffstats
path: root/light/lightchain_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: make indexer configurable (#17188)gary rong2018-08-281-2/+7
* core/bloombits, light: fix typos (#17235)Sheldon2018-07-241-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-2/+2
* core/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-2/+3
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-1/+1
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-4/+3
* light: fix megacheck warnings (#14920)Egon Elbre2017-08-071-12/+1
* consensus, core: drop all the legacy custom core error typesPéter Szilágyi2017-04-061-3/+2
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-21/+13
* core: refactor genesis handlingFelix Lange2017-03-231-55/+26
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-1/+1
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-10/+4
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+4
* all: update license informationFelix Lange2016-11-091-1/+1
* core/types: remove header accessorsFelix Lange2016-11-091-1/+1
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-0/+403