Skip to content

Feature Completeness

Past due by 2 months 60% complete

Third iteration (31st March 2024)

  • precompiles #924
    • ecRecover impl
    • ecAdd impl
    • ecMul impl
    • ecPairing impl
    • modexp spec + impl
    • sha2-256 spec + impl
  • Missing EIP-1559
  • Cancun opcodes
    • TLOAD
    • TSTORE
    • MCOPY

Second iteration (31st December 2023)

  • Fully support Shanghai
    • Missing EIP-4895: Beacon chain push withdrawals as operations
    • Missing EIP-1559

Third iteration (31st March 2024)

  • precompiles #924
    • ecRecover impl
    • ecAdd impl
    • ecMul impl
    • ecPairing impl
    • modexp spec + impl
    • sha2-256 spec + impl
  • Missing EIP-1559
  • Cancun opcodes
    • TLOAD
    • TSTORE
    • MCOPY

Second iteration (31st December 2023)

  • Fully support Shanghai
    • Missing EIP-4895: Beacon chain push withdrawals as operations
    • Missing EIP-1559
  • precompiles
    • spec for ecRecover, ecAdd, ecMul, ecPairing, identity
    • impl for identity
  • block hash (RLP of block fields + hash)

First iteration (30th October 2023)

  • 50% support Shanghai
  • reach 90% of Ethereum test passing