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
We want to limit the bandwidth that each producer can produce for storage.
In the storage, we will have a slice of chunks, ordered by expiry times.
When adding a new entry, the new entry can only be added if the total consumed storage of a window a less than a given threshold.
The window is an arbitrary number; We need to support validation on both the block builder and verifier path.
Open questions
Should the window overlap with epoch ? it would give us when "stake weighted allowance" is.
The text was updated successfully, but these errors were encountered:
What ?
Implement a rate limiter for the chunks.
Logic
We want to limit the bandwidth that each producer can produce for storage.
In the storage, we will have a slice of chunks, ordered by expiry times.
When adding a new entry, the new entry can only be added if the total consumed storage of a window a less than a given threshold.
The window is an arbitrary number; We need to support validation on both the block builder and verifier path.
Open questions
The text was updated successfully, but these errors were encountered: