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

Define OpExecutionPayload #416

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Define OpExecutionPayload #416

merged 1 commit into from
Feb 4, 2025

Conversation

emhane
Copy link
Collaborator

@emhane emhane commented Feb 4, 2025

Closes #415

@emhane emhane added the A-rpc-types-engine Area: rpc-types-engine crate label Feb 4, 2025
@emhane emhane added the H-isthmus Hardfork: required for Isthmus hardfork label Feb 4, 2025
@emhane emhane enabled auto-merge February 4, 2025 15:24
Copy link
Member

@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,

next we need #417

Comment on lines +17 to +20
/// V3 payload
V3(ExecutionPayloadV3),
/// V4 payload
V4(OpExecutionPayloadV4),
Copy link
Member

Choose a reason for hiding this comment

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

lgtm,

one thing that could be problematic, perhaps even for L1 types is that untagged here doesn't quite work for V4 because this could already succeed on v3,
for the engineapi this isn't problematic, but we should track manual deserde for this

@emhane emhane added this pull request to the merge queue Feb 4, 2025
Merged via the queue into main with commit d5e41e5 Feb 4, 2025
21 checks passed
@emhane emhane deleted the emhane/sidecar branch February 4, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rpc-types-engine Area: rpc-types-engine crate H-isthmus Hardfork: required for Isthmus hardfork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add enum OpExecutionPayload
2 participants