Skip to content

Commit

Permalink
Merge pull request #651 from ethereum/retesteth2
Browse files Browse the repository at this point in the history
use additional forks in retesteth
  • Loading branch information
winsvega committed Nov 3, 2019
2 parents fbad348 + dc78a68 commit 59490b4
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 15 deletions.
4 changes: 4 additions & 0 deletions PRLOG.md
@@ -1,5 +1,9 @@
# Pull Requests changes log

- PR [#651](https://github.com/ethereum/tests/pull/651)
Use additional forks in retesteth configs.
Additional forks used in TransitionTests and not automatically used in StateTests/BlockchainTests

- PR [#650](https://github.com/ethereum/tests/pull/650)
Update default mining reward config for transition nets in retesteth configs.
To avoid retesteth error when filling the state tests
Expand Down
9 changes: 8 additions & 1 deletion Retesteth/aleth/config
Expand Up @@ -10,5 +10,12 @@
"Byzantium",
"Constantinople",
"ConstantinopleFix"
]
],
"additonalForks" : [
"FrontierToHomesteadAt5",
"HomesteadToEIP150At5",
"EIP158ToByzantiumAt5",
"HomesteadToDaoAt5",
"ByzantiumToConstantinopleFixAt5"
]
}
9 changes: 8 additions & 1 deletion Retesteth/alethIPCDebug/config
Expand Up @@ -10,5 +10,12 @@
"Byzantium",
"Constantinople",
"ConstantinopleFix"
]
],
"additonalForks" : [
"FrontierToHomesteadAt5",
"HomesteadToEIP150At5",
"EIP158ToByzantiumAt5",
"HomesteadToDaoAt5",
"ByzantiumToConstantinopleFixAt5"
]
}
9 changes: 8 additions & 1 deletion Retesteth/alethTCP/config
Expand Up @@ -13,5 +13,12 @@
"Byzantium",
"Constantinople",
"ConstantinopleFix"
]
],
"additonalForks" : [
"FrontierToHomesteadAt5",
"HomesteadToEIP150At5",
"EIP158ToByzantiumAt5",
"HomesteadToDaoAt5",
"ByzantiumToConstantinopleFixAt5"
]
}
11 changes: 9 additions & 2 deletions Retesteth/besu/config
Expand Up @@ -4,7 +4,7 @@
"socketAddress" : [
"127.0.0.1:47710"
],
"forks" : [
"forks" : [
"Frontier",
"Homestead",
"EIP150",
Expand All @@ -13,5 +13,12 @@
"Constantinople",
"ConstantinopleFix",
"Istanbul"
]
],
"additonalForks" : [
"FrontierToHomesteadAt5",
"HomesteadToEIP150At5",
"EIP158ToByzantiumAt5",
"HomesteadToDaoAt5",
"ByzantiumToConstantinopleFixAt5"
]
}
6 changes: 4 additions & 2 deletions Retesteth/default/config
Expand Up @@ -19,11 +19,13 @@
"Byzantium",
"Constantinople",
"ConstantinopleFix",
"Istanbul",
"Istanbul"
],
"additonalForks" : [
"FrontierToHomesteadAt5",
"HomesteadToEIP150At5",
"EIP158ToByzantiumAt5",
"HomesteadToDaoAt5",
"ByzantiumToConstantinopleFixAt5"
]
]
}
7 changes: 1 addition & 6 deletions Retesteth/default/genesis/correctMiningReward.json
Expand Up @@ -7,10 +7,5 @@
"Byzantium": "3000000000000000000",
"Constantinople": "2000000000000000000",
"ConstantinopleFix": "2000000000000000000",
"Istanbul": "2000000000000000000",
"FrontierToHomesteadAt5": "5000000000000000000",
"HomesteadToEIP150At5": "5000000000000000000",
"EIP158ToByzantiumAt5": "3000000000000000000",
"HomesteadToDaoAt5": "5000000000000000000",
"ByzantiumToConstantinopleFixAt5": "2000000000000000000"
"Istanbul": "2000000000000000000"
}
11 changes: 9 additions & 2 deletions Retesteth/gethTCP/config
Expand Up @@ -11,7 +11,7 @@
"127.0.0.1:8551",
"127.0.0.1:8552"
],
"forks" : [
"forks" : [
"Frontier",
"Homestead",
"EIP150",
Expand All @@ -20,5 +20,12 @@
"Constantinople",
"ConstantinopleFix",
"Istanbul"
]
],
"additonalForks" : [
"FrontierToHomesteadAt5",
"HomesteadToEIP150At5",
"EIP158ToByzantiumAt5",
"HomesteadToDaoAt5",
"ByzantiumToConstantinopleFixAt5"
]
}

0 comments on commit 59490b4

Please sign in to comment.