Skip to content

EVMC 6.3.1

Compare
Choose a tag to compare
@chfast chfast released this 19 Aug 21:20
· 696 commits to master since this release
v6.3.1
e9d4648

Added

  • Added LoadAndConfigure method to the Go API. [#404]

Deprecated

  • Previously deprecated is_zero() helper has been removed, but replaced with new evmc::is_zero() in API compatible way. [#406]

Fixed

  • In C++ API the get_balance() method now returns expected evmc::uint256be instead of evmc_uint256be. [#403]
  • [Cable] upgraded to 0.4.4 to fix incompatibility with older versions. [#405]