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
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
All the various Polkadot runtimes lack basic testing that would help ensure that downstream changes in Substrate would not significantly alter the logic of Polkadot.
Some ideas:
Verify Weight Assumptions are the Same
Verify Fees are calculated the same
Verify constants set in upstream pallets are the same
Verify transaction priority or whatever else is the same
etc...
We could start by copying/porting Substrate node-runtime tests to Polkadot.