aboutsummaryrefslogtreecommitdiffstats
path: root/core/genesis_test.go
Commit message (Expand)AuthorAgeFilesLines
* core: fill in genesis timstamp and remove dMoment from protocol handshake (#263)Wei-Ning Huang2019-04-091-0/+10
* core: vm: remove delegation mechanism (#245)Wei-Ning Huang2019-04-091-1/+1
* params: add Yilan network (#207)Mission Liao2019-04-091-0/+10
* core: set oracle contract's code (#209)Sonic2019-04-091-1/+1
* core: fix testsWei-Ning Huang2019-04-091-3/+3
* app: fix core testBJ42019-04-091-3/+3
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-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/rawdb: separate raw database access to own package (#16666)Péter Szilágyi2018-05-071-1/+2
* core: flush out trie cache more meaningfully on stop (#16143)Péter Szilágyi2018-02-231-2/+4
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-3/+3
* cmd, consensus, core, miner: instatx clique for --dev (#15323)Péter Szilágyi2017-10-241-1/+1
* core, light: send chain events using event.Feed (#14865)Miya Chen2017-08-181-3/+1
* core: fix blockchain goroutine leaks in testsPéter Szilágyi2017-08-071-0/+2
* params: remove redundant consts, disable metro on AllProtocolChangesPéter Szilágyi2017-07-041-8/+8
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-2/+2
* core: refactor genesis handlingFelix Lange2017-03-231-0/+161