Skip to content

Commit

Permalink
Merge pull request #638 from ethereum/fixRetestethConfigs
Browse files Browse the repository at this point in the history
add Istanbul to retesteth geth configs
  • Loading branch information
winsvega authored Sep 17, 2019
2 parents 47551da + c3bdd5b commit d4f86ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Retesteth/default/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"EIP158",
"Byzantium",
"Constantinople",
"ConstantinopleFix"
"ConstantinopleFix",
"Istanbul"
]
}
3 changes: 2 additions & 1 deletion Retesteth/default/genesis/correctMiningReward.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"EIP158": "5000000000000000000",
"Byzantium": "3000000000000000000",
"Constantinople": "2000000000000000000",
"ConstantinopleFix": "2000000000000000000"
"ConstantinopleFix": "2000000000000000000",
"Istanbul": "2000000000000000000"
}
3 changes: 2 additions & 1 deletion Retesteth/gethTCP/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"EIP158",
"Byzantium",
"Constantinople",
"ConstantinopleFix"
"ConstantinopleFix",
"Istanbul"
]
}

0 comments on commit d4f86ec

Please sign in to comment.