This is an import of EVMC version 12.0.0.
Steps when upgrading:
- Copy all from include/evmc to test/evmc
- Note that you should delete (or not copy in the first place)
tooling.hpp
andinstructions.h
.
- Note that you should delete (or not copy in the first place)
- Copy
loader.c
to test/evmc MockedAccount.storage
inmocked_host.hpp
should be changed to amap
fromunordered_map
as ordering is important for fuzzing. You'll also need to include<map>
. See PR #11094 for more details.