aboutsummaryrefslogtreecommitdiffstats
path: root/eth/helper_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: on-chain oracle checkpoint syncing (#19543)gary rong2019-06-281-1/+1
* core, eth, trie: bloom filter for trie node dedup during fast sync (#19489)Péter Szilágyi2019-05-131-2/+1
* all: clean up and proerly abstract database accessPéter Szilágyi2019-03-061-3/+4
* cmd, eth: Add support for `--whitelist <blocknum>=<hash>,...` flagRyan Schneider2018-12-101-1/+1
* all: new p2p node representation (#17643)Felix Lange2018-09-251-2/+2
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-1/+1
* core, eth: minor txpool event cleanupsPéter Szilágyi2018-05-181-1/+1
* all: collate new transaction events togetherrjl4934564422018-05-181-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-1/+1
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-7/+7
* core, eth, les, light: get rid of redundant methodsPéter Szilágyi2018-01-311-2/+6
* 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, eth, les: fix messy code (#15367)Péter Szilágyi2017-10-251-3/+2
* eth: use maxpeers from p2p layer instead of extra configPéter Szilágyi2017-09-061-2/+2
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-3/+8
* core, eth, les: polish txpool API around local/remote txsPéter Szilágyi2017-07-051-2/+2
* cmd, eth, les, mobile: make networkid uint64 everywherePéter Szilágyi2017-04-251-1/+1
* cmd/geth: add --config file flag (#13875)Felix Lange2017-04-121-5/+6
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-7/+7
* core: refactor genesis handlingFelix Lange2017-03-231-12/+12
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-1/+2
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-1/+2
* core/types: remove redundant SignECDSA wrappers, rename to SignTxFelix Lange2017-01-051-1/+1
* core: bugfix state change race condition in txpool (#3412)bas-vk2016-12-111-3/+5
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-2/+2
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-2/+3
* cmd, eth: added light client and light server modeszsfelfoldi2016-11-091-1/+1
* core, eth, internal, miner: optimize txpool for quick opsPéter Szilágyi2016-09-021-8/+14
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-1/+1
* core, eth, miner: improve shutdown synchronisationFelix Lange2016-05-091-7/+7
* all: fix go vet warningsFelix Lange2016-04-151-4/+6
* all: update license informationFelix Lange2016-04-151-0/+16
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-3/+3
* accounts/a/b/backends, core: chain maker homestead block set to 0Jeffrey Wilcke2016-04-011-2/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-2/+5
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-2/+0
* eth, p2p, rpc/api: polish protocol info gatheringPéter Szilágyi2015-10-281-1/+1
* eth: clean out light node notions from ethPéter Szilágyi2015-10-191-4/+4
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-1/+1
* cmd, eth: support switching client modes of operationPéter Szilágyi2015-10-191-2/+17
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-1/+2
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-10/+10
* core, core/types: readd transactions after chain re-orgJeffrey Wilcke2015-09-221-1/+1
* eth, eth/downloader: handle header requests, table driven proto testsPéter Szilágyi2015-08-241-0/+147