aboutsummaryrefslogtreecommitdiffstats
path: root/light/odr_test.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-13/+13
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* all: make indexer configurable (#17188)gary rong2018-08-281-3/+8
* 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-5/+18
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-2/+2
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-10/+8
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-1/+1
* les, light: LES/2 protocol version (#14970)Felföldi Zsolt2017-10-241-1/+3
* core: implement Metropolis EIP 658, receipt status byterjl4934564422017-08-221-1/+1
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-4/+2
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-83/+81
* consensus, core, ethstats: use engine specific block beneficiary (#14318)Péter Szilágyi2017-04-121-2/+2
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-7/+4
* core: refactor genesis handlingFelix Lange2017-03-231-2/+3
* all: import "context" instead of "golang.org/x/net/context"Felix Lange2017-03-231-2/+5
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+2
* common: move big integer math to common/math (#3699)Felix Lange2017-02-271-4/+5
* params: core, core/vm, miner: 64bit gas instructionsJeffrey Wilcke2017-02-141-3/+5
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-5/+3
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-3/+5
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+1
* core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-6/+6
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-2/+2
* core, core/vm: implemented a generic environment (#3348)Jeffrey Wilcke2016-12-061-3/+10
* core/types: turn off nonce checking for Call messagesZsolt Felfoldi2016-11-141-2/+2
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-61/+12
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+2
* all: update license informationFelix Lange2016-11-091-0/+16
* core/types: remove header accessorsFelix Lange2016-11-091-1/+1
* light: light chain, VM env and tx poolZsolt Felfoldi2016-11-091-0/+323