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, each ExtrinsicSuccess or Failed event has the weight of the underlying event. Both failed and ok extrinsics consume weight. The total weight can be fetched from the system module's AllExtrinsicsWeight (will be exposed as consts here paritytech/substrate#5733). Would be good to show the ratio of the block's weight usage as a percentage/progress bar in the overview page.
Although, there should be a popup to note: This ratio does not take into account the weight of on_initialise and on_runtime_upgrade().
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
Currently, each
ExtrinsicSuccess
orFailed
event has the weight of the underlying event. Both failed and ok extrinsics consume weight. The total weight can be fetched from the system module'sAllExtrinsicsWeight
(will be exposed as consts here paritytech/substrate#5733). Would be good to show the ratio of the block's weight usage as a percentage/progress bar in the overview page.Although, there should be a popup to note: This ratio does not take into account the weight of
on_initialise
andon_runtime_upgrade()
.The text was updated successfully, but these errors were encountered: