aboutsummaryrefslogtreecommitdiffstats
path: root/core/dao_test.go
Commit message (Expand)AuthorAgeFilesLines
* app: fix core testBJ42019-06-121-0/+1
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-4/+4
* all: protect self-mined block during reorg (#17656)gary rong2018-09-201-6/+6
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-7/+7
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-6/+18
* accounts, consensus, core, eth: make chain maker consensus agnostic (#15497)gary rong2017-12-221-7/+7
* params: enable Byzantium on Ropsten/tests, fix failuresPéter Szilágyi2017-09-141-14/+22
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-11/+6
* core: fix blockchain goroutine leaks in testsPéter Szilágyi2017-08-071-0/+10
* core: don't import genesis block in TestDAOForkRangeExtradataFelix Lange2017-04-131-4/+4
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-7/+7
* core: refactor genesis handlingFelix Lange2017-03-231-7/+8
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-6/+7
* cmd/geth, core: add support for recording SHA3 preimages (#3543)Nick Johnson2017-01-171-6/+7
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+3
* accounts, core, eth: pass chain config for chain maker to test DAOPéter Szilágyi2016-07-151-0/+132
* Revert "core: add voting and result tracking for the dao soft-fork"Péter Szilágyi2016-06-291-358/+0
* core: add voting and result tracking for the dao soft-forkPéter Szilágyi2016-06-231-0/+358