You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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