Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.66 KB

File metadata and controls

40 lines (24 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Update core dependency to Reth v2.0.0 and Rust toolchain to v1.94.
  • Update zkVM dependency to r0vm v3.0.5.

⚡️ Features

  • Add R0VM-accelerated modexp (up to 4096-bit), secp256r1_verify_signature (EIP-7951), secp256k1_ecrecover, BN254_ADD / BN254_MUL (EIP-196), and SHA-256 precompiles via risc0-crypto-evm.
  • Add get_input_cached method for processing blocks from cache without RPC.
  • Add support for running against an Anvil devnet when using the RPC proxy.

⚙️ Miscellaneous

  • Add Hoodi support and remove Holešky.
  • Increase default keep-alive on zeth-rpc-proxy.

0.3.0 - 2025-12-03

  • Update core dependency to Reth v1.9.3, which includes support for the upcoming Osaka hardfork.
  • Update zkVM dependency to r0vm v3.0.4 and rust v1.91.1.

⚡️ Features

  • New feature unsafe-pre-merge must be enabled to prove pre-merge blocks.
  • Implement versioned caching for input files. This ensures backward compatibility with older cache files by converting them to the current schema on the fly.

0.2.1 - 2025-08-05

  • Fix wrong journal decoding in cli

0.2.0 - 2025-07-30

  • Initial release based on reth v1.6.0 and risc0-zkvm v2.3.1.