Make op-rbuilder compatible with upcoming op-node - #566
Closed
avalonche wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates op-rbuilder to align with upstream API changes in newer reth/op-reth versions (per PR description: revert of #545), so it remains compatible with an upcoming op-node.
Changes:
- Bump
rethgit dependencies tov2.3.0,op-rethtoop-reth/v2.3.2-rc.2, and update related crates (revm,alloy-evm). - Update transaction-pool delegation to match updated pool/blobstore interfaces.
- Extend payload building config wiring (
parent_block_info) and resolve aclaparg-id collision formax_uncompressed_block_size.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| crates/op-rbuilder/src/pool/delegate.rs | Adjusts delegated TransactionPool surface (mempool retain APIs + blobstore accessor) to match newer upstream traits. |
| crates/op-rbuilder/src/builder/payload.rs | Passes through parent_block_info into reth_basic_payload_builder::PayloadConfig. |
| crates/op-rbuilder/src/args/op.rs | Avoids clap argument id collision by explicitly setting an id for max_uncompressed_block_size. |
| Cargo.toml | Moves reth deps to v2.3.0, op-reth to v2.3.2-rc.2, and bumps revm/alloy-evm versions accordingly. |
| Cargo.lock | Updates the resolved dependency graph to reflect the new upstream versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
akundaz
approved these changes
Jul 29, 2026
Member
|
In favor of #567 |
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.
Reverts #545