This release merges the required contents of the former EVMC project directly into evmone, replacing the git submodule. This allows evmone to evolve the EVM interface independently for future EVM revisions.
Added
evmoneCLI tool replacing theevmctool. Links evmone directly instead of dynamic loading via EVMC loader. Supports--traceand--histogramflags. #1502- New
EVMONE_TOOLSCMake option (default:PROJECT_IS_TOP_LEVEL). #1502
Changed
- EVMC merged into evmone: the EVMC git submodule has been replaced with vendored source code and its filtered git history. #1499
- Minimum CMake version bumped to 3.22. #1501