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): Define OpEngineApi #14414

Merged
merged 6 commits into from
Feb 11, 2025
Merged

Conversation

emhane
Copy link
Member

@emhane emhane commented Feb 11, 2025

Closes #14380

Towards: #13831

@emhane emhane added A-rpc Related to the RPC implementation A-op-reth Related to Optimism and op-reth labels Feb 11, 2025
@emhane emhane requested a review from klkvr February 11, 2025 15:16
Copy link
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

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

lgtm, I removed the crunchy hack which I think was a byproduct of some cargo update

Comment on lines 72 to 73
# required for windows target os
crunchy.workspace = true
Copy link
Collaborator

Choose a reason for hiding this comment

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

this looks weird here, we didn't need this before,

there is an issue with crunchy 0.2.3 so maybe related to that, if accidentally bumped

imo we should be able to remove this here

@@ -56,7 +60,7 @@ pub trait OpEngineApi<Engine: EngineTypes> {
#[method(name = "newPayloadV4")]
async fn new_payload_v4(
&self,
payload: ExecutionPayloadV3,
payload: OpExecutionPayloadV4,
Copy link
Collaborator

Choose a reason for hiding this comment

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

whoopsie :)

@emhane emhane enabled auto-merge February 11, 2025 19:39
@emhane emhane added this pull request to the merge queue Feb 11, 2025
Merged via the queue into main with commit 5f15d1e Feb 11, 2025
44 checks passed
@emhane emhane deleted the emhane/op-egnine-api-impl branch February 11, 2025 20:03
18aaddy pushed a commit to 18aaddy/reth that referenced this pull request Feb 12, 2025
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define OpEngineApi
2 participants