Skip to content

EVMC 6.0.0

Compare
Choose a tag to compare
@chfast chfast released this 24 Oct 21:28
· 1188 commits to master since this release
354ba6f
  • Added: [#116] EVMC Host implementation example.
  • Added: [#127] Support for Constantinople SSTORE net gas metering.
  • Added: [#133] Support for Constantinople CREATE2 salt in Go bindings.
  • Added: [#144] A VM can now report its capabilities (i.e. EVM and/or ewasm).
  • Added: [#159] EVMC Host implementation guide.
  • Added: [#160] EVMC VM implementation guide.
  • Changed: [#119] EVMC loader symbol searching has been generalized.
  • Changed: [#125] The evmc_context_fn_table renamed to evmc_host_interface.
  • Changed: [#128] The evmc_message fields reordered.
  • Changed: [#136] The evmc_set_option() now returns more information about the failure cause.
  • Changed: [#138], [#140] In C the bool type is used instead of int for true/false flags.
  • Changed: [#152] Introduction of the evmc_bytes32 type.
  • Changed: [#154] Simplification of signatures of Host methods.