-
Notifications
You must be signed in to change notification settings - Fork 784
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
[Merged by Bors] - Add parent_block_number to payload SSE #4053
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.
LGTM!
@@ -47,7 +47,7 @@ use types::{ | |||
|
|||
mod block_hash; | |||
mod engine_api; | |||
mod engines; | |||
pub mod engines; |
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 a sneaky change to support eleel
.
bors r+ |
## Issue Addressed In #4027 I forgot to add the `parent_block_number` to the payload attributes SSE. ## Proposed Changes Compute the parent block number while computing the pre-payload attributes. Pass it on to the SSE stream. ## Additional Info Not essential for v3.5.1 as I suspect most builders don't need the `parent_block_root`. I would like to use it for my dummy no-op builder however.
Build failed (retrying...): |
## Issue Addressed In #4027 I forgot to add the `parent_block_number` to the payload attributes SSE. ## Proposed Changes Compute the parent block number while computing the pre-payload attributes. Pass it on to the SSE stream. ## Additional Info Not essential for v3.5.1 as I suspect most builders don't need the `parent_block_root`. I would like to use it for my dummy no-op builder however.
Build failed (retrying...): |
## Issue Addressed In #4027 I forgot to add the `parent_block_number` to the payload attributes SSE. ## Proposed Changes Compute the parent block number while computing the pre-payload attributes. Pass it on to the SSE stream. ## Additional Info Not essential for v3.5.1 as I suspect most builders don't need the `parent_block_root`. I would like to use it for my dummy no-op builder however.
Pull request successfully merged into unstable. Build succeeded:
|
In sigp#4027 I forgot to add the `parent_block_number` to the payload attributes SSE. Compute the parent block number while computing the pre-payload attributes. Pass it on to the SSE stream. Not essential for v3.5.1 as I suspect most builders don't need the `parent_block_root`. I would like to use it for my dummy no-op builder however.
Issue Addressed
In #4027 I forgot to add the
parent_block_number
to the payload attributes SSE.Proposed Changes
Compute the parent block number while computing the pre-payload attributes. Pass it on to the SSE stream.
Additional Info
Not essential for v3.5.1 as I suspect most builders don't need the
parent_block_root
. I would like to use it for my dummy no-op builder however.