Skip to content

Conversation

@bharath-123
Copy link

The validator spec to construct a PayloadAttestation didn't specify how to set blob_data_available to true.

We can set blob_data_available to true if is_data_available(data.beacon_block_root) is true. i.e if the validator which is part of the PTC has received the columns it has to sample.

@bharath-123 bharath-123 changed the title spec out how to set blob_data_available Add information on how to set blob_data_available in PayloadAttestations Dec 2, 2025
@bharath-123 bharath-123 changed the title Add information on how to set blob_data_available in PayloadAttestations Spec to set blob_data_available in PayloadAttestations Dec 2, 2025
@bharath-123 bharath-123 changed the title Spec to set blob_data_available in PayloadAttestations Clarify setting blob_data_available in PayloadAttestations Dec 2, 2025
Comment on lines 201 to 202
- Set `data.blob_data_available` to `True`, if
`is_data_available(data.beacon_block_root)` returns `True`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be simplified a bit 😄

Suggested change
- Set `data.blob_data_available` to `True`, if
`is_data_available(data.beacon_block_root)` returns `True`.
- Set `data.blob_data_available` to `is_data_available(data.beacon_block_root)`.

@jtraglia jtraglia added the gloas label Dec 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants