evmc/CHANGELOG.md

2.9 KiB

Changelog

6.0.0-dev - unreleased

  • Improved: [#119] EVMC loader symbol searching has been generalized.

5.2.0 - 2018-08-28

  • Feature: [#81] Use also "evmc_create" function name for loading EVMC DLLs.
  • Fix: [#92] The evmc.h header compatibility with C++98 fixed.
  • Fix: [#93], [#103] Compilation and build configuration fixes.
  • Improved: [#97], [#107] Documentation improvements, including documentation for the VM Tester.

5.1.0 - 2018-08-23

  • Feature: [#41] Go language bindings for EVMC.
  • Feature: [#56, #62] New error codes.
  • Feature: [#67, #68, #70] More helper functions.
  • Fix: [#72] Go bindings: Properly handle unknown error codes.
  • Improved: [#58] Documentation has been extended.
  • Improved: [#59] Optional Result Storage helper module has been separated.
  • Improved: [#75] Cable upgraded to 0.2.11.
  • Improved: [#77] The license changed from MIT to Apache 2.0.

5.0.0 - 2018-08-10

  • Feature: [#23, #24] List of status codes extended and reordered.
  • Feature: [#32] VM Tracing API.
  • Feature: [#33, #34] The support library with metrics tables for EVM1 instructions.
  • Feature: [#35] Ability to create EVMC CMake package.
  • Feature: [#40] The loader support library for VM dynamic loading.
  • Feature: [#45] Constantinople: Support for CREATE2 instruction.
  • Feature: [#49] Constantinople: Support for EXTCODEHASH instruction.
  • Feature: [#52] Constantinople: Storage status is reported back from evmc_set_storage().