-
Notifications
You must be signed in to change notification settings - Fork 110
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: update spec to use v4 payload methods for isthmus #525
feat: update spec to use v4 payload methods for isthmus #525
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.
this is super helpful, thank you ser. if you could also open an issue for reverting the withdrawal root changes that would be appreciated.
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.
This looks great. Nice job @meyer9
[`engine_getPayloadV4`][engine_getPayloadV4] retrieves a payload by ID, prepared by `engine_forkchoiceUpdatedV3` | ||
when called with `payloadAttributes`. | ||
`engine_getPayloadV4` **must only be called with Isthmus payload.** | ||
|
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.
Just need to remove this line to make ci pass.
a6ba30f
to
40562fa
Compare
Description
executionRequests
must be an empty arrayTests
Additional context
This PR doesn't revert the withdrawal root changes, so there are still some outdated docs here.
Metadata
Fixes #506.