Skip to content
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

Add support to transfer_assets() call/extrinsic of pallet XCM #366

Closed
IkerAlus opened this issue Feb 6, 2024 · 0 comments · Fixed by #378
Closed

Add support to transfer_assets() call/extrinsic of pallet XCM #366

IkerAlus opened this issue Feb 6, 2024 · 0 comments · Fixed by #378
Assignees
Labels
enhancement New feature or request P1 - High High Priority

Comments

@IkerAlus
Copy link
Contributor

IkerAlus commented Feb 6, 2024

paritytech/polkadot-sdk#2388 introduced a new call to pallet XCM. This call is a sort of universal interface for XCM transfers:

  • First, it is supposed to take care of (most of) transfer cases internally, avoiding the user to think when they should do a teleport or a reserve backed transfer and hence making the mentioned calls unnecesary.
  • It also take cares of more complex scenarios as for example teleporting foreing assets to Asset Hub but paying fees with DOTs (reserve backed transferred).
  • Finally, it also enables the bridging tokens back to Ethereum.

Particularly because of the two latter points above, Asset Transfer API should add support to this transfer and enable it when it connect to runtimes exposing it.

This PR was included in Polkadot-SDK v1.5.0.

As of creating this issue, this call is already live on Westend and Rococo testnets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 - High High Priority
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants