-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use barrier from the polkadot-sdk for XCM asset transfer (#2530)
the barrier override was introduced as a workaround to execute multi-asset XCM transfer since the limit was set to 1 upstream, but it has since been updated to 2. --------- Co-authored-by: Agusrodri <[email protected]>
- Loading branch information
Showing
14 changed files
with
8,360 additions
and
10,499 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
296 changes: 0 additions & 296 deletions
296
archived_tests/archived_specs/test-xcm/test-xcm-erc20-transfer-two-ERC20.ts
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,4 +24,3 @@ mod impl_self_contained_call; | |
mod impl_xcm_evm_runner; | ||
pub mod migrations; | ||
pub mod weights; | ||
pub mod xcm; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.