aboutsummaryrefslogtreecommitdiffstats
path: root/core/chain_makers_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-6/+6
* core: fix testsWei-Ning Huang2019-06-121-1/+2
* core: refactor validator and fix light node sync (#25)Wei-Ning Huang2019-06-121-0/+1
* app: fix core testBJ42019-06-121-3/+3
* core: GenerateChainWithRoundChange for testingSonic2019-06-121-0/+110
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-6/+6
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-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-1/+1
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-3/+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/+1
* core: fix blockchain goroutine leaks in testsPéter Szilágyi2017-08-071-0/+3
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
* core: refactor genesis handlingFelix Lange2017-03-231-10/+8
* 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-3/+3
* Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)"Jeffrey Wilcke2017-02-131-3/+3
* params: core, core/vm, miner: 64bit gas instructions (#3514)Jeffrey Wilcke2017-02-021-3/+3
* 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-3/+3
* core/types, params: EIP#155Jeffrey Wilcke2016-11-131-3/+4
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-2/+5
* core/state: track all accounts in canon stateFelix Lange2016-09-261-1/+1
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-1/+1
* accounts/a/b/backends, core: chain maker homestead block set to 0Jeffrey Wilcke2016-04-011-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-1/+1
* core, eth, rpc: split out block validator and state processorJeffrey Wilcke2015-11-181-5/+4
* core, eth: receipt chain reconstructionPéter Szilágyi2015-10-191-1/+1
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-1/+1
* cmd/geth, cmd/utils, core, rpc: renamed to blockchainJeffrey Wilcke2015-10-041-1/+1
* core, core/types: readd transactions after chain re-orgJeffrey Wilcke2015-09-221-1/+1
* core, eth, trie, xeth: merged state, chain, extra databases in oneJeffrey Wilcke2015-08-081-2/+2
* Merge pull request #1515 from fjl/license-fixesJeffrey Wilcke2015-07-281-1/+1
|\
| * all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* | Merge pull request #1520 from obscuren/reward-5ethJeffrey Wilcke2015-07-251-1/+1
|\ \
| * | core: 5 ether block rewardJeffrey Wilcke2015-07-251-1/+1
| |/
* / cmd/geth, core, eth: Version 1.0.0Jeffrey Wilcke2015-07-251-0/+3
|/
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* cmd, core, eth, common: genesis preparationJeffrey Wilcke2015-07-101-2/+2
* all: update license informationFelix Lange2015-07-071-0/+16
* core, miner: miner header validation, transaction & receipt writingJeffrey Wilcke2015-07-031-1/+1
* core: fixed testsJeffrey Wilcke2015-06-301-1/+1
* core: removed write's go routineJeffrey Wilcke2015-06-301-1/+1
* core: add GenerateChain, GenesisBlockForTestingFelix Lange2015-06-301-0/+78