Skip to content

Files

Latest commit

 

History

History

evmc

EVMC

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 and instructions.h.
  • Copy loader.c to test/evmc
  • MockedAccount.storage in mocked_host.hpp should be changed to a map from unordered_map as ordering is important for fuzzing. You'll also need to include <map>. See PR #11094 for more details.