Skip to content

EVMC 7.2.0

Compare
Choose a tag to compare
@chfast chfast released this 14 May 10:49
· 425 commits to master since this release
v7.2.0
7f9a90b

Added

  • Added Java bindings. #455 #490 #503 #512
  • New evmc command-line tool has been added. At the moment it supports command run for executing bytecode in any EVMC-compatible VM implementation. Try evmc run --help for more information.
  • C++: EVMC basic types address and bytes32 have all the comparison operators supported. #474
  • C++: Convenient constructors from uint64_t added for basic types address and bytes32. #488
  • C++: Added VM::get_raw_pointer() method to directly access VM C API when needed. #492

Changed

  • CMake minimum version required has been bumped to 3.10. #495

Fixed

  • The implementation of C++ operator< for evmc::address and evmc::bytes32 has been fixed. #498