Open
Description
The blob availability in 4844 should be a validity condition of a chain. This means a node should download and verify blobs up to MIN_EPOCHS_FOR_BLOBS_SIDECARS_REQUESTS
duration. Given that the attestation availability must be the same as the validation condition and user's chain availability rule, within fork choice spec, we should explicitly mention one of the following
- A block can't be head until the ancestor blobs are downloaded and verified
- A block can't be imported until the ancestor blobs are downloaded and verified
I have to think more about the tradeoff between the two. Feedback is welcome