-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enable cross-chain NFT transfers on asset-hub #2796
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 24 commits into
paritytech:master
from
Szegoo:uniques-asset-transactor
Jan 19, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
5f3b655
Add support for uniques to assets-hub AssetTransactor
Szegoo d3d9ced
fixes
Szegoo 9e8ea36
correct
Szegoo b1069a9
fixes
Szegoo 3169ad8
Merge branch 'master' into uniques-asset-transactor
Szegoo cdac097
fmt & rename
Szegoo 9c90172
fmt
Szegoo 1fd90bb
rename
Szegoo 9e8e780
fix docs
Szegoo 7b8c19b
make clippy happy
Szegoo 161d722
add NftsTransactor
Szegoo 4facfc3
add UniquesTransactor & NftTransactor to westend
Szegoo 0a93363
remove NftsTransactor
Szegoo 9d400a9
Update cumulus/parachains/runtimes/assets/asset-hub-rococo/src/xcm_co…
Szegoo 1cfda06
Update cumulus/parachains/runtimes/assets/asset-hub-westend/src/xcm_c…
Szegoo 55c7b47
add docs
Szegoo 609b43d
put transactor at the end
Szegoo 402de2f
add prdocs
Szegoo 8d51dda
Merge branch 'master' into uniques-asset-transactor
Szegoo 0a6d6aa
Merge branch 'master' into uniques-asset-transactor
Szegoo b9f2b92
Update pr_2796.prdoc
Szegoo e866f12
resolve conflicts
Szegoo d7036ee
Merge branch 'master' into uniques-asset-transactor
Szegoo a938b02
Merge branch 'master' into uniques-asset-transactor
Szegoo 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
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
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
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,12 @@ | ||
| title: Rococo and Westend Asset-Hub: XCM Transfers with Pallet-Uniques | ||
|
|
||
| doc: | ||
| - audience: Runtime User | ||
| description: | | ||
| With the added `UniquesTransactor` Rococo and Westend Asset-Hub are now capable of handling | ||
| XCM transfers with pallet-uniques. | ||
|
|
||
| crates: | ||
| - name: "asset-hub-rococo-runtime" | ||
| - name: "asset-hub-westend-runtime" | ||
| - name: "assets-common" |
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.