This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Post Weights Checklist #6040
Comments
|
|
Merged
|
an option could also be to use a type which saturate by itself, std provides, https://doc.rust-lang.org/core/num/struct.Wrapping.html |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here are some things that we should do once initial weights are "completed" (see #5596)
Write down all changed APIs to pallets (additional parameters, additional traits, etc)
Write down all changed functionality to pallets (new functions? functions do different things?)
Write down all assumptions about maximums taken in weight calculations.
Double check all weights one last time (sanity check)
Ensure Polkadot JS API is updated for changed APIs and Functionality
Check operational dispatches if they should be operational, and check if any new dispatches can be operational.
Make sure we can save a blockchain with full blocks using only operational transactions. (Allow operational recovery path if on_initialize use fullblock. #6089)
The text was updated successfully, but these errors were encountered: