Add evmc and host interface implementation. Modify fuzzer harness to make use of evmc host/vm.

This commit is contained in:
Christian Parpart
2019-07-17 10:55:33 +02:00
committed by Bhargava Shastry
parent 4fa7800458
commit 810a0de1aa
21 changed files with 2869 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ dev::bytes SolidityCompilationFramework::compileContract(
);
std::cerr << "Compiling contract failed" << std::endl;
}
dev::eth::LinkerObject obj = m_compiler.runtimeObject(
dev::eth::LinkerObject obj = m_compiler.object(
_contractName.empty() ?
m_compiler.lastContractName() :
_contractName