Conversation
Collaborator
noot
commented
Jan 23, 2026
- bump reth to 1.10.2
- bump alloy and related deps as well
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project's dependencies to use reth version 1.10.2 and related Alloy dependencies. The changes primarily adapt the codebase to accommodate API changes introduced in the newer versions of these dependencies.
Changes:
- Updated reth from v1.9.3 to v1.10.2 across all reth-related packages
- Updated alloy dependencies from 1.0.41 to 1.5.2
- Adapted code to match updated API signatures and added new required fields
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updated version numbers for reth (1.9.3 → 1.10.2), alloy (1.0.41 → 1.5.2), revm-database (9.0 → 10.0), and op-alloy (0.22.4 → 0.23.1) dependencies |
| src/test_utils/node.rs | Added two new optional path fields (pprof_dumps_path, rocksdb_path) to configuration struct |
| src/pool/native.rs | Removed add_transactions_with_origins function and added get_blobs_for_versioned_hashes_v3 function to align with new API |
| src/platform/ethereum/pool.rs | Changed mark_invalid parameter from owned to borrowed reference |
| src/platform/ethereum/mod.rs | Added extra_data field with default value and imported Bytes type |
| src/payload/ext/cached_state.rs | Added unsafe Sync implementation for CachedStateProvider |
| src/payload/exec.rs | Updated error types to use EvmDatabaseError wrapper type |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
julio4
approved these changes
Jan 23, 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.