chore: bump reth to v2.1.0 and alloy to v2.0#483
Open
avalonche wants to merge 1 commit into
Open
Conversation
reth v2.1.0 includes a fix for a database corruption issue that could occur during state pruning. This upgrade is recommended for all nodes. Upgrade core dependencies: - reth: v2.0.0 → v2.1.0 - alloy-consensus/eips/network/provider/rpc-types: 1.8.x → 2.0.0 - alloy-evm: 0.30.0 → 0.33.0 - alloy-op-evm: 0.30.0 → 0.31.0 - revm: 36.0.0 → 38.0.0 - reth-primitives-traits: 0.1.0 → 0.3.0 Point op-reth deps to flashbots/optimism branch reth-v2.1.0-with-v3-payload-id which carries the reth v2.1.0 upgrade and the V3 payload-id fix (commit 9b34dca). Add [patch.crates-io] entries for op-alloy/alloy-op crates so transitive deps from crates.io resolve to the same git sources, avoiding duplicate incompatible type instances. Code changes: - payload.rs: add block_access_list_hash / slot_number Header fields (None — EIP-7701/7934 not yet activated on OP chains) - builder_tx.rs, context.rs, payload_handler.rs: migrate deprecated gas_used() → tx_gas_used(), spent() → total_gas_spent() (EIP-8037 state gas split) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
akundaz
approved these changes
Apr 30, 2026
Member
|
On hold #484 |
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.
reth v2.1.0 includes a fix for a database corruption issue that could occur during state pruning. This upgrade is recommended for all nodes.
Upgrade core dependencies:
Point op-reth deps to flashbots/optimism branch
reth-v2.1.0-with-v3-payload-id which carries the reth v2.1.0 upgrade and the V3 payload-id fix (commit 9b34dca).
Add [patch.crates-io] entries for op-alloy/alloy-op crates so transitive deps from crates.io resolve to the same git sources, avoiding duplicate incompatible type instances.
Code changes: