Releases: evmos/go-ethereum
Releases · evmos/go-ethereum
v1.10.26-evmos-rc2
Release Notes
This pre-release adds support for precompiled contracts on Evmos
Changelog
State Machine Breaking
- #10 Support stateful precompiled contracts.
- #24 Set
callcodeto usereadOnlymode for precompiled calls.
Improvements
- #23 Remove
IsStatefulfunction from thePrecompiledContractinterface, as this remains unused. - #8 Add
Addressfunction toPrecompiledContractinterface. - #7 Implement custom active precompiles for the EVM.
- #6 Refactor
Stackimplementation - #3 Move the
JumpTabledefaults to a separate function. - #2 Define
Interpreterinterface for the EVM.
Full Diff: v1.10.26...v1.10.26-evmos-rc2
v1.10.26-evmos-rc1
Release Notes
This pre-release adds support for precompiled contracts on Evmos
Changelog
State Machine Breaking
- #10 Support stateful precompiled contracts.
Improvements
- #8 Add
Addressfunction toPrecompiledContractinterface. - #7 Implement custom active precompiles for the EVM.
- #6 Refactor
Stackimplementation - #3 Move the
JumpTabledefaults to a separate function. - #2 Define
Interpreterinterface for the EVM.
Full Diff: v1.10.26...v1.10.26-evmos-rc1