Skip to content

Conversation

@meyer9
Copy link
Contributor

@meyer9 meyer9 commented Jan 23, 2026

Unfortunately, I missed this dep for updating to latest Reth.

@vercel
Copy link

vercel bot commented Jan 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
rollup-boost Ignored Ignored Preview Jan 23, 2026 8:29pm

Request Review

@meyer9 meyer9 marked this pull request as ready for review January 23, 2026 20:19
Copilot AI review requested due to automatic review settings January 23, 2026 20:19
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the workspace’s Reth/Alloy dependency set to align with Reth v1.10.2.

Changes:

  • Bump reth-optimism-payload-builder and reth-rpc-layer to Reth v1.10.2 (git tag).
  • Upgrade Alloy crate versions (and related OP Alloy dependency) to newer releases.
  • Regenerate Cargo.lock to reflect the updated transitive graph (including revm/op-revm upgrades).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates direct workspace dependency specifications for Reth + Alloy/OP Alloy.
Cargo.lock Updates resolved dependency versions and sources to match the upgraded manifests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Cargo.toml Outdated
Comment on lines 34 to 35
reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" }
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" }
Copy link

Copilot AI Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a movable git tag for the reth dependencies can make downstream builds non-reproducible (e.g., when this workspace is consumed as a git dependency without a Cargo.lock) and increases supply-chain risk if the tag is force-moved. Prefer pinning to an immutable rev (optionally leaving a comment noting it corresponds to v1.10.2).

Suggested change
reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" }
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", tag = "v1.10.2" }
# reth v1.10.2
reth-optimism-payload-builder = { git = "https://github.com/paradigmxyz/reth", rev = "3f9a1b0c5de24c3b98a7a6a8fd3e9b3d819b2c4" }
reth-rpc-layer = { git = "https://github.com/paradigmxyz/reth", rev = "3f9a1b0c5de24c3b98a7a6a8fd3e9b3d819b2c4" }

Copilot uses AI. Check for mistakes.
@akundaz akundaz merged commit ed654e3 into flashbots:main Jan 23, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants