Skip to content

revm v9.0.0, tag v36

Latest
Compare
Choose a tag to compare
@rakita rakita released this 12 May 12:21
· 42 commits to main since this release
a04c7cd

Support for prague EIPs.

  • EOF not fully tested but most of implementation is there.
  • EIP-2537: BLS12-381 curve operations
  • EIP-2935: Serve historical block hashes from state

EOF removed BytecodeLocked, OpCode table got changed, and CallInputs got refactored.

Versions

  • revme: 0.4.0 -> 0.5.0 (⚠️ API breaking changes)
  • revm: 8.0.0 -> 9.0.0 (⚠️ API breaking changes)
  • revm-interpreter: 4.0.0 -> 5.0.0 (⚠️ API breaking changes)
  • revm-primitives: 3.1.1 -> 4.0.0 (⚠️ API breaking changes)
  • revm-precompile: 6.0.0 -> 7.0.0 (⚠️ API breaking changes)
  • revm-test: 0.1.0

What's Changed

New Contributors

Full Changelog: v35...v36