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
In permissionless chains, anyone can upload proposals and supply pending blobs.
We should limit the number of PendingBlobsViews per chain.
Re-proposals of validated blocks should be preferred. And we need to make sure that a chain can't be bricked because of too many PendingBlobsViews: It must always be possible to make a new successful proposal.
The text was updated successfully, but these errors were encountered:
afck
changed the title
Limit total pending blob size.
Limit number of pending blobs.
Jan 30, 2025
In permissionless chains, anyone can upload proposals and supply pending blobs.
We should limit the number of
PendingBlobsView
s per chain.Re-proposals of validated blocks should be preferred. And we need to make sure that a chain can't be bricked because of too many
PendingBlobsView
s: It must always be possible to make a new successful proposal.The text was updated successfully, but these errors were encountered: