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
fix pre-dispatch PoV underweight for ParasInherent (#7378)
This should fix the error log related to PoV pre-dispatch weight being
lower than post-dispatch for `ParasInherent`:
```
ERROR tokio-runtime-worker runtime::frame-support: Post dispatch weight is greater than pre dispatch weight. Pre dispatch weight may underestimating the actual weight. Greater post dispatch weight components are ignored.
Pre dispatch weight: Weight { ref_time: 47793353978, proof_size: 1019 },
Post dispatch weight: Weight { ref_time: 5030321719, proof_size: 135395 }
```
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
title: fix pre-dispatch PoV underweight for ParasInherent
2
+
doc:
3
+
- audience: Runtime Dev
4
+
description: |-
5
+
This should fix the error log related to PoV pre-dispatch weight being lower than post-dispatch for `ParasInherent`:
6
+
```
7
+
ERROR tokio-runtime-worker runtime::frame-support: Post dispatch weight is greater than pre dispatch weight. Pre dispatch weight may underestimating the actual weight. Greater post dispatch weight components are ignored.
8
+
Pre dispatch weight: Weight { ref_time: 47793353978, proof_size: 1019 },
9
+
Post dispatch weight: Weight { ref_time: 5030321719, proof_size: 135395 }
0 commit comments