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 has been archived by the owner on Nov 15, 2023. It is now read-only.
I think this is done -- we've moved the Weight definition to its own sp-weights crate in Substrate, and we can now pull that dependency in. This is good as it doesn't depend on sp-runtime or sp-core and is pretty light-weight.
In order for XCM to not depend on any FRAME crates, it defines and uses its own local Weight definition.
For the migration to Weight v1.5 and eventually v2, this probably wont work.
So we have some low hanging fruit now that we need to fix up and make XCM use REAL weight types.
You can see how XCM was migrated for the time being here: #5943
The text was updated successfully, but these errors were encountered: