chore(deps): bump reth to 1.9.3#321
Merged
avalonche merged 1 commit intoflashbots:mainfrom Nov 18, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the reth dependency from version 1.9.2 to 1.9.3, including necessary code adaptations for API changes in the new version.
- Updates all reth-related dependencies in Cargo.toml from 1.9.2 to 1.9.3
- Adapts code to accommodate API changes in reth 1.9.3, specifically around EVM environment construction
- Updates rollup-boost dependency from v0.7.9 to v0.7.10
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates all reth and reth-optimism dependency versions from 1.9.2 to 1.9.3, and bumps rollup-boost from v0.7.9 to v0.7.10 |
| Cargo.lock | Reflects the updated dependency versions and transitive dependencies, including op-revm (14.0.0 → 14.1.0) and revm (33.0.0 → 33.1.0) |
| crates/op-rbuilder/src/builders/builder_tx.rs | Adapts to API changes by constructing an EvmEnv struct instead of passing cfg and block directly to try_into_tx_env; adds EvmEnv import |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
avalonche
approved these changes
Nov 18, 2025
sieniven
reviewed
Nov 20, 2025
| use reth_provider::{ProviderError, StateProvider}; | ||
| use reth_revm::{State, database::StateProviderDatabase}; | ||
| use reth_rpc_api::eth::{EthTxEnvError, transaction::TryIntoTxEnv}; | ||
| use reth_rpc_api::eth::{EthTxEnvError, TryIntoTxEnv}; |
Contributor
There was a problem hiding this comment.
On reth release v1.9.3, this commit has yet to be included in the release. Is there an issue with the compatibility of this change with v1.9.3?
paradigmxyz/reth@bedbfb8#diff-ec01530927c82230a16616b006dea96f9d87cea5db5d3a1697551fcf1b8e3d26
This was referenced Jan 17, 2026
This was referenced Feb 24, 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.
Description
Bump reth to 1.9.3