Skip to content

EVMC 12.0.0

Latest
Compare
Choose a tag to compare
@chfast chfast released this 05 Aug 19:51
· 1 commit to master since this release
v12.0.0
8874e47

Added

  • Add Osaka EVM revision. #711
  • Add EOF TXCREATE instruction support. #709
  • Add EOFCREATE message kind support. #681
  • Add support for EOF creation transaction (EOFCREATE) in the evmc run. #713
  • go: Expose transient storage API. #708

Changed

  • Set Cancun as the latest stable revision EVMC_LATEST_STABLE_REVISION. #716

Fixed

  • C++: Fix basic_string<unsigned char> incompatibility with latest libc++. #712
  • rust: Update bindgen to fix bindings generation. #707

Removed

  • Java bindings have been removed. #706