aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/genesis_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Rename geth -> gdex and fix DockerfileWei-Ning Huang2019-03-121-110/+0
|
* cmd/geth: remove the tail "," from genesis config (#17028)nobody2018-06-211-1/+1
| | | remove the tail "," from genesis config, which will cause genesis config parse error .
* swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-211-3/+3
|
* cmd/geth: fix port clash in genesis testFelix Lange2016-09-051-1/+4
|
* cmd, core, miner: add extradata validation to consensus rulesPéter Szilágyi2016-07-151-1/+2
|
* cmd/geth, miner, params: special extradata for DAO fork startPéter Szilágyi2016-07-151-0/+1
|
* core: gracefully handle missing homestead block configPéter Szilágyi2016-07-151-0/+105