-
Notifications
You must be signed in to change notification settings - Fork 707
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
XCM v5 #4826
Merged
XCM v5 #4826
Changes from 47 commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
b01161f
feat(xcm-v5): skeleton
franciscoaguirre 0b83e68
feat(xcm-v3): no longer use v2 types
franciscoaguirre e917d67
feat: remove XCMv2
franciscoaguirre 9005e04
Merge branch 'master' into xcm-v5
franciscoaguirre 5fc4a32
fix(xcm-v5): fix most compilation errors
franciscoaguirre 337e26e
Merge branch 'master' into xcm-v5
franciscoaguirre 19cc1da
fix(pallet-xcm): change V4 to V5
franciscoaguirre 5cfd108
Merge branch 'master' into xcm-v5
franciscoaguirre 96b5b4b
Merge branch 'master' into xcm-v5
franciscoaguirre 6de7a42
Merge branch 'master' into xcm-v5
franciscoaguirre 126ef2f
fix(xcm-v5): change v4 to v5
franciscoaguirre a16e19f
fix: more v4 to v5 conversions
franciscoaguirre a3a09af
Merge branch 'master' into xcm-v5
franciscoaguirre bbba323
fix: more v4 to v5 conversions
franciscoaguirre 98c3906
fix: more v4 to v5 conversions
franciscoaguirre 08a82d1
fix(xcm-builder): use previously unused function
franciscoaguirre 1f031ec
fix(xcm-executor): change v4 to v5
franciscoaguirre 5b423ad
Merge branch 'master' into xcm-v5
franciscoaguirre 1116cbb
Merge branch 'master' into xcm-v5
franciscoaguirre cfa2ef4
Merge branch 'master' into xcm-v5
franciscoaguirre 241e992
Merge branch 'master' into xcm-v5
franciscoaguirre d421d3f
Merge branch 'master' into xcm-v5
franciscoaguirre 3e85791
Merge branch 'master' into xcm-v5
franciscoaguirre f80c76a
fix: v4 -> v5
franciscoaguirre d1425bb
[XCMv5] Better fee mechanism (#5420)
franciscoaguirre f481f8e
Merge branch 'master' of github.com:paritytech/polkadot-sdk into xcm-v5
acatangiu 678a379
Merge branch 'master' into xcm-v5
acatangiu 4d9cc77
Merge branch 'master' of github.com:paritytech/polkadot-sdk into xcm-v5
acatangiu cdfecb7
fix merge dmg
acatangiu 446465b
Added SetAssetClaimer Instruction to XCM v5 (#5585)
x3c41a 4a6e85c
Merge branch 'master' into xcm-v5
acatangiu 8fe7700
[xcm-v5] implement RFC#100: add new InitiateTransfer instruction (#5876)
acatangiu 10d6795
Merge branch 'master' into xcm-v5
franciscoaguirre a1b8381
Transact without specifying weight (#6228)
franciscoaguirre 86542d6
[xcm-v5] implement RFC#122: InitiateTransfer can alias XCM original o…
acatangiu e8807a3
Merge branch 'master' into xcm-v5
acatangiu 4c29910
Merge branch 'master' into xcm-v5
franciscoaguirre d2a98f4
Merge branch 'master' into xcm-v5
franciscoaguirre a9762d6
Merge branch 'master' into xcm-v5
franciscoaguirre c7f8cba
fix(xcm-executor): mock was using wrong UniversalLocation
franciscoaguirre 8aeb508
fix: remove mention of require_weight_at_most
franciscoaguirre 582d4c5
doc: add PRDoc
franciscoaguirre 0eb726d
Merge branch 'master' into xcm-v5
franciscoaguirre e21773a
[XCMv5]Remove XCM testnet NetworkIds (#5390)
programskillforverification de9b7c6
fix: removing more instances of old network ids
franciscoaguirre 2892aac
Merge branch 'master' into xcm-v5
franciscoaguirre fd2d39a
Merge branch 'master' into xcm-v5
franciscoaguirre 00f2c0f
Merge branch 'master' into xcm-v5
franciscoaguirre 355366f
".git/.scripts/commands/fmt/fmt.sh"
a80f49b
Merge branch 'master' into xcm-v5
franciscoaguirre abb8142
fix: remove nonexistent imports
franciscoaguirre 20db7f8
fix: missing networkid changes
franciscoaguirre 6b8b1cd
fix: feedback
franciscoaguirre 9c20658
chore: nit feedback
franciscoaguirre fcb5e73
fix: add missing import
franciscoaguirre c2706e6
Small nits for XCMv5 (#6383)
bkontur d5639cc
Apply suggestions from code review
acatangiu 87380c5
Merge branch 'master' of github.com:paritytech/polkadot-sdk into xcm-v5
acatangiu e3b9af8
remove xcm V2 files
acatangiu f29852f
Update from acatangiu running command 'fmt'
actions-user 81c420d
use dummy genesis hash for defunct Wococo
acatangiu aa28c7a
fix: clippy
franciscoaguirre 4f032f0
fix asset hub rococo tests
acatangiu 70c10b4
fix bridge hub tests
acatangiu ea4516d
fix snowbridge-pallet-inbound-queue test
acatangiu 738eeb2
fix: make pay_fees benchmark the same as buy_execution
franciscoaguirre b320ec0
fix: add default
franciscoaguirre 603db91
Merge branch 'master' into xcm-v5
franciscoaguirre 407383f
fix: pay fees benchmark
franciscoaguirre a978d60
Xcm v5 migration for bhw (#6391)
bkontur 93db9a9
".git/.scripts/commands/fmt/fmt.sh"
6f24a09
fix: delete failing tests
franciscoaguirre 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious why we remove Westend from NetworkId Enum?
It will impact the tokenId generated here on Westend<->Sepolia bridge and it's a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed and decided here: polkadot-fellows/RFCs#108
I suggest you hit "watch" on that repo so you get github notifications for new proposals and you stay in the loop.
Should be fine to make breaking changes to Westend, you can just register a new token, right?