op-reth is the OP Stack execution layer (EL) built on Reth, a modular, high-performance Rust Ethereum node. It is the recommended execution client for OP Stack chains, replacing op-geth.Documentation Index
Fetch the complete documentation index at: https://docs.optimism.io/llms.txt
Use this file to discover all available pages before exploring further.
[!IMPORTANT]
This release contains support for historical proofs storage format v2. It can be enabled by setting --proofs-history.storage-version=v2. Note that the proofs data has to be reinitialized if switching to the new storage version format. See the docs for further details.
View full release on GitHub →This is a bug fix release of op-reth.View full release on GitHub →
[!CAUTION] Recomended upgrade for operators running op-reth v2.0.0 and above with historical proofs activated This upgrade fixes some errors in op-reth for historical proofs computation and bumps reth to v2.2.0.View full release on GitHub →
This release includes bug fixes, updates to NUT bundle types, and removes deprecated ProtocolVersions support.This version includes Superchain Registry updates for Worldchain and is a required update for that networkView full release on GitHub →
[!IMPORTANT] This is a strongly recommended release as it bumps the underlying reth dependency to its official 2.0.0 release.View full release on GitHub →
Description
This release ports most of the changes fromreth 2.0 into op-reth. It also ports op-revm to ethereum-optimism/optimism, completing the migration of the op-variants of paradigm/tempo crates to ethereum-optimism/optimism.View full release on GitHub →What’s Changed in op-reth/v1.11.5
- fix(proofs-exex): error if state unavailable instead of falling back to historical provider by @dhyaniarun1993 in #19855
- fix(op-alloy): resolve
NetworkWalletconflict with alloy 1.8 by @suchapalaver in #19756 - feat(op-reth): Drop interop transactions after reorg by @wwared in #19814
[!WARNING] This is an essential bug fix release for all chains. See the upstream release notes (https://github.com/paradigmxyz/reth/releases/tag/v1.11.1, https://github.com/paradigmxyz/reth/releases/tag/v1.11.2 and https://github.com/paradigmxyz/reth/releases/tag/v1.11.3) for guidance regarding backwards compatibility.View full release on GitHub →
Description
Firstop-reth release from the optimism monorepo.Major changes:- Imports historical proofs generation tooling to
op-reth