-
Notifications
You must be signed in to change notification settings - Fork 297
Closed
Description
The asset registry contains a VersionedMultiLocation here:
| pub location: Option<VersionedMultiLocation>, |
This type changed in the 0.9.38 upgrade. Here's the old version:
And here's the new:
https://github.com/paritytech/polkadot/blob/8deef133d3ca1bdea8c6267c4a66ecabb903a18b/xcm/src/lib.rs#L318-L325
So assetRegistry.metadata needs to be migrated as well.
I'm not sure how best to approach this migration, since the definitions of xcm v0 got removed from polkadot. I considered adding a dependency on polkadot 0.9.37, but this is problematic for project that use a patch section in their tomls.. We may have to redefine the types manually, which is very annoying.. Any other ideas are welcome
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels