aboutsummaryrefslogtreecommitdiffstats
path: root/light/txpool_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* all: make indexer configurable (#17188)gary rong2018-08-281-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-2/+2
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-1/+1
* 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-5/+3
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-8/+5
* core: refactor genesis handlingFelix Lange2017-03-231-2/+3
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+3
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+2
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-1/+1
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-1/+1
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-1/+1
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+2
* Merge pull request #3519 from zsfelfoldi/light-topic5Péter Szilágyi2017-01-091-16/+19
|\
| * light: fixed data race in TestTxPoolZsolt Felfoldi2017-01-061-16/+19
* | all: gofmt -w -sFelix Lange2017-01-061-1/+1
* | core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-1/+1
|/
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-1/+1
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+2
* all: update license informationFelix Lange2016-11-091-1/+1
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-0/+140