Skip to content

chore: bump reth to 1.10.2#111

Merged
julio4 merged 3 commits intomainfrom
noot/reth-1.10.2
Jan 23, 2026
Merged

chore: bump reth to 1.10.2#111
julio4 merged 3 commits intomainfrom
noot/reth-1.10.2

Conversation

@noot
Copy link
Collaborator

@noot noot commented Jan 23, 2026

  • bump reth to 1.10.2
  • bump alloy and related deps as well

Copilot AI review requested due to automatic review settings January 23, 2026 03:08
Copy link
Contributor

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

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 julio4 merged commit d2c2b1c into main Jan 23, 2026
6 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