-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
315 enable pendulum assets to be transferable via xcm (#332)
* Add PEN token to MultiLocation (and viceversa) conversions in XCM config * Add test for transferring PEN to AssetHub through XCM * fmt * fmt * Add conversions for Amplitude and Foucoco - tests still in progress * Add 'sibling' runtime * Add dependencies * Try to get sibling to compile for the minimal configuration - failed * Almost fix sibling runtime * Add `std` feature * Fix sibling runtime, integration tests and update xcm configs for all runtimes with the correct multilocations * Add xcm config updates for all runtimes * Cargo lock * Remove unused dependencies and sibling cleanup * Address change request * fmt * Add comment in test macro * Remove unused import * Support XCM transfers for AssetHub USDT and relay dot on sibling runtime * Add comments --------- Co-authored-by: Marcel Ebert <[email protected]>
- Loading branch information
Showing
11 changed files
with
976 additions
and
23 deletions.
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
Oops, something went wrong.