Runtime API to execute XCM #486
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
C2-good-first-issue
A task for a first time contributor to become familiar with the Polkadot-SDK.
D2-substantial
Can be fixed by an experienced coder with a working knowledge of the codebase.
I5-enhancement
An additional feature request.
T6-XCM
This PR/Issue is related to XCM.
We would like to dry run XCM and it is hard to do without a runtime API for this.
Chopsticks now implements the ability to dispatch XCM but the implementation is hacky that depends on inner details of ump pallet. https://github.com/AcalaNetwork/chopsticks/blob/master/src/xcm/upward.ts
It will be great if polkadot runtime offers the ability to dry run XCM directly.
The text was updated successfully, but these errors were encountered: