deps: bump op-reth pin - #577
Merged
Merged
Conversation
op-reth: rev f08ac67c -> rev 85f7c13d (workspace deps + crates-io patches), the current tip of ethereum-optimism/optimism develop. The reth pin is unchanged: the new op-reth rev still pins op-rs/reth at aef8d3ef, so cargo keeps resolving a single copy of every reth crate. No source changes required. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
sebastianst
requested review from
0x416e746f6e,
SozinM and
avalonche
as code owners
September 4, 2026 12:50
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
Dependency rev bumps to an upstream develop tip can introduce subtle build/runtime changes, and this review cannot verify successful CI/test results.
Pull request overview
This PR updates the op-reth dependency pin (and related op-alloy / op-revm crates) to a newer upstream ethereum-optimism/optimism commit, keeping the workspace’s Optimism/Reth-related dependencies aligned via explicit git rev pins and [patch.crates-io].
Changes:
- Bump all
reth-optimism-*git dependencies toethereum-optimism/optimism@85f7c13d. - Update
[patch.crates-io]overrides forop-alloy*,alloy-op-*, andop-revmto the same upstream rev. - Regenerate
Cargo.lockto reflect the new upstream rev and resulting transitive dependency resolution.
File summaries
| File | Description |
|---|---|
| Cargo.toml | Updates Optimism git rev pins for reth-optimism-* and [patch.crates-io] overrides to keep op-reth/op-alloy/op-revm aligned. |
| Cargo.lock | Lockfile refresh reflecting the new upstream rev and downstream dependency graph changes. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
akundaz
approved these changes
Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
f08ac67c-> rev85f7c13d(workspace deps + crates-io patches), the current tip ofethereum-optimism/optimismdevelop.op-rs/rethataef8d3ef, so cargo keeps resolving a single copy of every reth crate.No source changes required.
💡 Motivation and Context
Routine maintenance upgrade to keep up with latest upstream changes. The previous pin was about three weeks old.
✅ I have completed the following steps:
make lintmake test🤖 Co-created with claude-opus-5