Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Interpret XCM #3

Closed
joepetrowski opened this issue Mar 15, 2021 · 6 comments
Closed

Interpret XCM #3

joepetrowski opened this issue Mar 15, 2021 · 6 comments

Comments

@joepetrowski
Copy link
Collaborator

The parachain should support sending and receiving assets to/from other parachains.

@joepetrowski
Copy link
Collaborator Author

@riusricardo
Copy link
Contributor

riusricardo commented Apr 9, 2021

XCM Revamp tracking issue:
paritytech/polkadot#2841

@apopiak
Copy link
Contributor

apopiak commented May 4, 2021

We'll need to upgrade Polkadot to paritytech/polkadot#2896 and Cumulus to paritytech/cumulus#407

@mattsse
Copy link

mattsse commented May 5, 2021

just a question for me to understand:
sending and receiving assets to/from other parachains, will likely be supported using the Xcm::WithDraw and Xcm::Deposit variants? That would mean the AssetTransactor and IsReserve types of the XcmConfig will make use of the assets pallet somehow (conversion of MultiAsset::ConcreteFungible -> AssetId), but are currently only configured to allow the relay chain to withdraw/deposit/teleport ROC right?

@joepetrowski
Copy link
Collaborator Author

Correct, as configured now it teleports ROC between Statemint and the Relay Chain. @riusricardo should know know more about how to send cross-chain asset messages.

@mattsse
Copy link

mattsse commented May 11, 2021

@riusricardo Would you be so kind as to briefly shed some light on whether my assumptions are correct?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants