mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support petersburg in evmVersion
This commit is contained in:
committed by
chriseth
parent
68e1bf47d5
commit
ecd246aeb6
@@ -248,6 +248,8 @@ void RPCSession::test_setChainParams(vector<string> const& _accounts)
|
||||
}
|
||||
if (test::Options::get().evmVersion() >= langutil::EVMVersion::constantinople())
|
||||
forks += "\"constantinopleForkBlock\": \"0x00\",\n";
|
||||
if (test::Options::get().evmVersion() >= langutil::EVMVersion::petersburg())
|
||||
forks += "\"constantinopleFixForkBlock\": \"0x00\",\n";
|
||||
static string const c_configString = R"(
|
||||
{
|
||||
"sealEngine": "NoProof",
|
||||
|
||||
Reference in New Issue
Block a user