v1.10.26-evmos-rc1
Pre-release
Pre-release
Release Notes
This pre-release adds support for precompiled contracts on Evmos
Changelog
State Machine Breaking
- #10 Support stateful precompiled contracts.
Improvements
- #8 Add
Address
function toPrecompiledContract
interface. - #7 Implement custom active precompiles for the EVM.
- #6 Refactor
Stack
implementation - #3 Move the
JumpTable
defaults to a separate function. - #2 Define
Interpreter
interface for the EVM.
Full Diff: v1.10.26...v1.10.26-evmos-rc1