solidity/test/evmc
2023-04-23 15:51:06 +02:00
..
CMakeLists.txt
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
helpers.h Upgrade to evmc 10.1.0 2023-04-23 15:51:06 +02:00
hex.hpp
LICENSE
loader.c
loader.h
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

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.