This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SNO-104 Add destination parachain id as parameter. (paritytech#533)
* added paraId to EthApp * added event * fixed e2e tests * fixed benchmark code * fixed formatting * plumbing through pallet xcm to eth app * added xcm executor to eth-app * added origin and execute command * fixed formatting * fixed tests * started building xcm message * use weight estimate * fixed formatting * fixed error message * refactoring out xcm from eth-app * fixed tests and formatted code * added xcm attributes * re-used pallet-xcm instead of forwarding XcmExecutor manually * converted amount to u128 * built source and destination locations * buying of execution and deposit asset * encoded AccountId * added in weight calculation * Renamed XcmAssetTransactor to XcmReserveTransfer * do transfers from erc20 app * fixed formatting * whitespace change * more whitespace * removed old benchmarking file * reset file to empty content * removed crate alias * updated erc20 app lock call and added in encoding of scale optional types * fixed erc20 test * fixed whitespace * do xcm transfer after mint * used two different encode calls for each case * changed encodeCall to encodeCallWithParaId
- Loading branch information
1 parent
6e18906
commit 49c94b0
Showing
21 changed files
with
290 additions
and
43 deletions.
There are no files selected for viewing
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
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
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.