Skip to content

Commit

Permalink
Use barrier from the polkadot-sdk for XCM asset transfer (#2530)
Browse files Browse the repository at this point in the history
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
noandrea and Agusrodri authored Oct 30, 2023
1 parent 20015a6 commit c12d7a4
Show file tree
Hide file tree
Showing 14 changed files with 8,360 additions and 10,499 deletions.
18,341 changes: 8,291 additions & 10,050 deletions Cargo.lock

Large diffs are not rendered by default.

This file was deleted.

1 change: 0 additions & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ mod impl_self_contained_call;
mod impl_xcm_evm_runner;
pub mod migrations;
pub mod weights;
pub mod xcm;
80 changes: 0 additions & 80 deletions runtime/common/src/xcm.rs

This file was deleted.

Loading

0 comments on commit c12d7a4

Please sign in to comment.