-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate all existing foreign assets to XCMv4. #209
Comments
When updating the foreign assets from v3 to v4, I get an error in So in order to do it, the runtimes need to be updated to stable2409 (tested with stable2407 and it didn't cut it) because we need the We should move forward with #457 |
I suggest skipping polkadot sdk |
Ended up copying the functions from polkadot sdk and putting them here until we update to stable2409 |
@franciscoaguirre today I opened #490. Guess there could be a way of merging #472 over that PR, or otherwise merging it before, and then making the changes to remove the copied functions? |
Addresses #209 Foreign assets in Asset Hub Kusama and Asset Hub Polkadot use v3 locations as ids. The newest version is v4 so this PR updates them. No storage migration is needed since v3's and v4's encoding is the same. Had to copy some test functions that took v3 locations into the repo until we update it to stable2409, when they actually switch to taking v4 locations. --------- Co-authored-by: Bastian Köcher <git@kchr.de>
We should also migrate all existing foreign assets to V4.
Originally posted by @joepetrowski in #187 (comment)
The text was updated successfully, but these errors were encountered: