Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

61 lines (41 loc) · 2.23 KB

Changelog

v1.10.26-evmos-rc2 - 2023-06-12

Improvements

  • #23 Remove IsStateful function from the PrecompiledContract interface, as this remains unused.

State Machine Breaking

  • #24 Set callcode to use readOnly mode for precompiled calls.

v1.10.26-evmos-rc1 - 2022-02-03

State Machine Breaking

  • #10 Support stateful precompiled contracts.

Improvements

  • #8 Add Address function to PrecompiledContract 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.