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
For the moment we use indirect runtime calls for RialtoParachain. This is just a basic assessment that the indirect runtime calls work, but it's not enough. We should add some more sophisticated tests. See the linked comment for more details.
The text was updated successfully, but these errors were encountered:
* Give a max proof size to DMP individual weight processing during migration
* Fix a few migration issues with 2D weights
* Update substrate
* Fixes
* cargo fmt
* Re-add v1 migration
* Set DEFAULT_POV_SIZE to 64 KB
* Use Weight::from_parts
* Update Polkadot
* Fixes
The issue is derived from this comment from @svyatonik .
For the moment we use indirect runtime calls for
RialtoParachain
. This is just a basic assessment that the indirect runtime calls work, but it's not enough. We should add some more sophisticated tests. See the linked comment for more details.The text was updated successfully, but these errors were encountered: