Added tests for --no-append-metadata

- Command line tests
- Documented the standard json
- Changelog
- A Change in SolidityExecutionFramework to prevent flaky gas tests
- A boost test for --no-append-metadata
- Removed an outdated comment
This commit is contained in:
hrkrshnn
2022-09-26 20:40:34 +02:00
parent f96e802e74
commit d32661c0af
19 changed files with 119 additions and 5 deletions
+1
View File
@@ -92,6 +92,7 @@ BOOST_AUTO_TEST_CASE(string_storage)
}
)";
m_compiler.setMetadataFormat(CompilerStack::MetadataFormat::NoMetadata);
m_appendCBORMetadata = false;
compileAndRun(sourceCode);
auto evmVersion = solidity::test::CommonOptions::get().evmVersion();