solidity/test/evmc
2023-04-23 15:51:06 +02:00
..
CMakeLists.txt Enable more C++ compiler warnings 2020-12-10 21:03:58 +00:00
evmc.h Upgrade to evmc 10.1.0 2023-04-23 15:51:06 +02:00
evmc.hpp Upgrade to evmc 10.1.0 2023-04-23 15:51:06 +02:00
filter_iterator.hpp Upgrade to evmc 10.0.0 2022-11-09 11:45:40 +01:00
helpers.h Upgrade to evmc 10.1.0 2023-04-23 15:51:06 +02:00
hex.hpp Upgrade to evmc 10.0.0 2022-11-09 11:45:40 +01:00
LICENSE Add evmc and host interface implementation. Modify fuzzer harness to make use of evmc host/vm. 2019-07-17 10:55:33 +02:00
loader.c Upgrade to evmc 10.0.0 2022-11-09 11:45:40 +01:00
loader.h Upgrade to evmc 10.0.0 2022-11-09 11:45:40 +01:00
mocked_host.hpp Upgrade to evmc 10.1.0 2023-04-23 15:51:06 +02:00
README.md Upgrade to evmc 10.1.0 2023-04-23 15:51:06 +02:00
utils.h Upgrade to evmc 10.0.0 2022-11-09 11:45:40 +01:00

EVMC

This is an import of EVMC version 10.1.0.

Important: The MockedAccount.storage is changed to a map from unordered_map as ordering is important for fuzzing.