You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the extended data square is being garbage collected after it is created during the generation of a new DataAvailabilityHeader. We should make it so that this decision is not forced on the user.
Details
The user (celestia-node) might want to save the extended data square, so we should change how we generate DataAvailabilityHeaders to allow that to occur
Action Items
Break up NewDataAvailabilityHeader func into two pieces
The text was updated successfully, but these errors were encountered:
Summary
Currently the extended data square is being garbage collected after it is created during the generation of a new
DataAvailabilityHeader
. We should make it so that this decision is not forced on the user.Details
The user (celestia-node) might want to save the extended data square, so we should change how we generate
DataAvailabilityHeaders
to allow that to occurAction Items
NewDataAvailabilityHeader
func into two piecesThe text was updated successfully, but these errors were encountered: