-
Notifications
You must be signed in to change notification settings - Fork 294
add data column sidecar validation for gloas #7593
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
Conversation
# blob_kzg_commitments_root in the corresponding builder's bid for | ||
# sidecar.beacon_block_root. | ||
# | ||
# TODO: Implement getExecutionPayloadBid(block_root) |
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 scope for a separate PR, yeah. Could be modeled some combination of
- https://github.com/status-im/nimbus-eth2/blob/unstable/beacon_chain/consensus_object_pools/validator_change_pool.nim
- https://github.com/status-im/nimbus-eth2/blob/unstable/beacon_chain/consensus_object_pools/sync_committee_msg_pool.nim
- https://github.com/status-im/nimbus-eth2/blob/unstable/beacon_chain/consensus_object_pools/attestation_pool.nim
in increasing complexity, depending on what functionality it ends up needing.
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, thanks
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
No description provided.