Update gas costs.

This commit is contained in:
chriseth
2021-09-08 12:25:56 +02:00
parent 1304080a77
commit 4b0cd6cc8c
12 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE(string_storage)
if (CommonOptions::get().useABIEncoderV1)
CHECK_DEPLOY_GAS(133045, 129731, evmVersion);
else
CHECK_DEPLOY_GAS(144679, 121229, evmVersion);
CHECK_DEPLOY_GAS(144999, 121229, evmVersion);
}
// This is only correct on >=Constantinople.
else if (!CommonOptions::get().useABIEncoderV1)
@@ -117,9 +117,9 @@ BOOST_AUTO_TEST_CASE(string_storage)
else
{
if (evmVersion < EVMVersion::istanbul())
CHECK_DEPLOY_GAS(138693, 123969, evmVersion);
CHECK_DEPLOY_GAS(139013, 123969, evmVersion);
else
CHECK_DEPLOY_GAS(123301, 110969, evmVersion);
CHECK_DEPLOY_GAS(123361, 110969, evmVersion);
}
}
else if (evmVersion < EVMVersion::istanbul())