Skip to content

EVMC 6.2.0

Compare
Choose a tag to compare
@chfast chfast released this 25 Apr 07:06
· 1019 commits to master since this release
6987a50
  • Added: [#216]
    CMake option EVMC_TEST_TOOLS to build evmc-vmtester without bothering with internal unit tests.
  • Added: [#217, #226]
    The full C++ EVMC API for both VM and Host implementations.
  • Added: [#201, #202, #233]
    Initial and rough bindings for Rust. It is possible to implement an
    EVMC VM in Rust utilizing some helpers.
  • Added: [#230, #232]
    Handling of DLL loading errors greatly improved by evmc_last_error_msg() function.
  • Changed: [#195]
    The minimum supported GCC version is 6 (bumped from undocumented version 4.8).
  • Changed: [#197]
    Go bindings improved by introduction of the TxContext struct.
  • Changed: [#221, #234, #238, #241, #242]
    A lot of evmc-vmtester improvements.
  • Changed: [#251]
    Cable upgraded to version 0.2.17.
  • Deprecated: [#196]
    The EVMC_CONSTANTINOPLE2 revision name is deprecated, replaced with EVMC_PETERSBURG.