-
Notifications
You must be signed in to change notification settings - Fork 283
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
Add engine_getPayloadV4 and engine_newPayloadV4 for Electra #8115
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR is looking good. However I believe one of the fields has the wrong name (using snake case instead of came case).
|
||
public DepositReceiptV1( | ||
@JsonProperty("pubkey") final Bytes48 pubkey, | ||
@JsonProperty("withdrawal_credentials") final Bytes32 withdrawalCredentials, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is supposed to be withdrawalCredentials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
PR Description
As per ethereum/execution-apis#528 and ethereum/execution-apis#531
Fixed Issue(s)
Documentation
doc-change-required
label to this PR if updates are required.Changelog