-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
SSE emit payload attributes before each slot #5281
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
prepareState, | ||
prepareSlot, | ||
parentBlockRoot: fromHex(headRoot), | ||
feeRecipient: "0x0000000000000000000000000000000000000000000000000000000000000000", |
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.
why is this always ZERO_HASH
?
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.
hmmm it could be set to the proposer's fee recipient (or the beacon's default in case we don't have one), it any way seems to be irrelevant/ignorable
🎉 This PR is included in v1.7.0 🎉 |
SSE payload attributes before each slot if enabled via a cli option
--emitPayloadAttributes
ref:
Closes #5251