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.
- Update core dependency to Reth
v2.0.0and Rust toolchain tov1.94. - Update zkVM dependency to r0vm
v3.0.5.
- 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 viarisc0-crypto-evm. - Add
get_input_cachedmethod for processing blocks from cache without RPC. - Add support for running against an Anvil devnet when using the RPC proxy.
- 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.4and rustv1.91.1.
- New feature
unsafe-pre-mergemust 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.0and risc0-zkvmv2.3.1.