-
Notifications
You must be signed in to change notification settings - Fork 1.2k
XCMv5: Fix for compatibility with V4 #6503
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
Merged
franciscoaguirre
merged 17 commits into
paritytech:master
from
yrong:fix-xcm-incompatible
Dec 10, 2024
Merged
Changes from 5 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7e391b0
For compatibility with V4
yrong 7674e4c
Add prdoc
yrong 9ab2bfa
Merge branch 'master' into fix-xcm-incompatible
yrong c02974c
Update prdoc/pr_6503.prdoc
yrong 8fb5460
Merge branch 'master' into fix-xcm-incompatible
yrong 22fdc98
Update prdoc/pr_6503.prdoc
yrong 50f4f2f
Merge branch 'master' into fix-xcm-incompatible
yrong 67003c1
Merge branch 'master' into fix-xcm-incompatible
franciscoaguirre d9c4152
Fix breaking test
yrong 73c9858
Merge branch 'master' into fix-xcm-incompatible
yrong 9ede511
Fix clippy
yrong 4522839
Merge branch 'fix-xcm-incompatible' of https://github.com/yrong/polka…
yrong 00d2c30
Merge branch 'master' into fix-xcm-incompatible
yrong 8176bfe
Fix test
yrong 3b34e24
Merge branch 'master' into fix-xcm-incompatible
yrong 2d2cc55
Merge branch 'master' into fix-xcm-incompatible
yrong 5afd649
Merge branch 'master' into fix-xcm-incompatible
yrong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| title: "xcm: minor fix for compatibility with V4" | ||
|
|
||
| doc: | ||
| - audience: ["Runtime Dev", "Runtime User"] | ||
| description: | | ||
| "Following the removal of `NetworkId::Rococo` and `NetworkId::Westend`, fix `xcm::v5::NetworkId` encoding/decoding to be compatible with `xcm::v4::NetworkId`" | ||
|
|
||
| crates: | ||
| - name: staging-xcm | ||
| bump: patch | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.