Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

50 lines (36 loc) · 1.86 KB

Changelog

Unreleased

State Machie 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.