-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure weights are correct #5792
Comments
This, plus #152 would make great tools to ensure it is REALLY HARD to mess your parachains' weights. |
plus #3581 |
@rockbmb and I talked about this. A quick summary. There are two weights in any given block.
Based on @ggwpez, the building block of this testing is mostly present in |
plus #5891 is a good step in this direction. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement a (generic) fuzzy test to fill up a blocks with random transactions and parameters. Then verify that the resulting block is valid in terms of actual execution time and size.
This test should be generic or easily adjustable and part of any templates. Both system chains and community chains should run this test by default in CI.
The text was updated successfully, but these errors were encountered: