add note about not invalidating valid and available blocks#3526
Conversation
terencechain
left a comment
There was a problem hiding this comment.
LGTM. Might consider adding an extra mention for ‘with KZG referenced blobs’ to clarify that it’s the block that should be valid, rather than suggesting a valid block could contain an invalid blob
I think that is good to have a mention on While over |
|
okay, the warning is now in both places and makes a note about these being in addition to the expected/referenced blobs |
This came up on the call today as a path that is not entirely clear in the spec.
I think that this note is either appropriate here (before
is_data_available()) or embedded as a comment inon_block()around the call tois_data_available(). Open to thoughts on how to make sure we are abundantly clear here.