Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(l2-withdrawals): Declare OpEngineApiServer and OpEngineApiClient #14359

Merged
merged 5 commits into from
Feb 10, 2025

Conversation

emhane
Copy link
Member

@emhane emhane commented Feb 10, 2025

Closes #14211

@emhane emhane added A-rpc Related to the RPC implementation A-op-reth Related to Optimism and op-reth labels Feb 10, 2025
@github-actions github-actions bot added the C-enhancement New feature or request label Feb 10, 2025
@emhane emhane requested a review from klkvr February 10, 2025 10:55
@klkvr klkvr enabled auto-merge February 10, 2025 10:57
#[method(name = "newPayloadV4")]
async fn new_payload_v4(
&self,
payload: ExecutionPayloadV3,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the thing we need to change for OP

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need a patch release for op-alloy for this, will open issue in reth linking to this code once merged

@emhane emhane disabled auto-merge February 10, 2025 15:59
@emhane emhane enabled auto-merge February 10, 2025 16:02
@emhane emhane added this pull request to the merge queue Feb 10, 2025
Merged via the queue into main with commit c6ac747 Feb 10, 2025
44 checks passed
@emhane emhane deleted the emhane/op-engine-api branch February 10, 2025 16:18
18aaddy pushed a commit to 18aaddy/reth that referenced this pull request Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-op-reth Related to Optimism and op-reth A-rpc Related to the RPC implementation C-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Opstack engine api jsonrpsee trait
3 participants