This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Block Fullness with Operational and Normal Dispatches #5758
Labels
J0-enhancement
An additional feature request.
In Substrate, we allow normal dispatches to only use up to a certain percent of a block's maximum weight. An operational dispatch on the other hand can use the full block weight.
As implemented currently, the following "equal" scenarios will not have the same result:
Max Block Weight: 1000, Available Block Ratio 75%
Scenario 1:
Scenario 2:
This would be pretty simply solved by separating the tracking of operational and normal dispatches, but would ultimately alter the existing logic for Substrate.
This issue is to call out this issue, to agree on what behavior we want, and to make our documentation explicit about that behavior.
cc @thiolliere @kianenigma
The text was updated successfully, but these errors were encountered: