-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Update EIP-7547: Change modification to payload attribute SSE event #8324
Conversation
✅ All reviewers have approved. |
EIPS/eip-7547.md
Outdated
@@ -126,7 +126,7 @@ class BeaconBlockBody(Container): | |||
|
|||
**Builder and API spec:** |
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.
Feels odd for the EIP to reference a builder API, given that it is an element outside of the protocol. As I'm not well-versed in the EIP process, is it common for such external to be mentioned?
Additionally, regarding the endpoint modification, builder could just monitor the inclusion list through the gossip network so no additional modification of end point is required.
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.
Okay; I've updated the PR to remove the offending entry.
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! might want to update the title
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.
All Reviewers Have Approved; Performing Automatic Merge...
Change so that the
payload_attributes
SSE event output includes the inclusion list summary.(I believe that this is what is meant, feel free to close this if not.)