Skip to content

EVMC 8.0.0

Compare
Choose a tag to compare
@chfast chfast released this 27 Apr 17:52
· 240 commits to master since this release
v8.0.0
b1f4f23

Added

  • Support for Berlin EIP-2929: access_account() and access_storage() functions added to evmc_host_interface. #571

Changed

  • Instruction SHA3 has been renamed to KECCAK256 as proposed by EIP-1803 to better match the underlying hash function. #590
  • The C++ standard required has been increased to C++17. The minimal officially supported Clang version has been increased from 3.8 to 5. #584