Skip to content

EVMC 9.0.0

Compare
Choose a tag to compare
@chfast chfast released this 30 Jun 10:59
· 182 commits to master since this release
v9.0.0
18bea41

Added

  • Support for London EIP-3198: block_base_fee member added to evmc_tx_context, BASEFEE instruction added. #603
  • Added Shanghai EVM revision. #604
  • Added EVMC_LATEST_STABLE_REVISON: alias for the latest known EVM revision with finalized specification. #605
  • The --bench flag has been added to evmc run to more precisely measure execution time. #598
  • Output stream operators and to_string() overloads for EVMC types evmc_revision and evmc_status_code are now part of public C and C++ API. #599

Changed

  • Adjustments to evmc::mocked_host: storage changes to non-existent keys are now preserved. #594