-
Notifications
You must be signed in to change notification settings - Fork 379
Conversation
e8245f2
to
1a26aa9
Compare
bot clean |
d008d1f
to
538b520
Compare
bot clean |
@PatricioNapoli https://gitlab.parity.io/parity/mirrors/cumulus/-/jobs/3276873 was started for your command Comment |
@PatricioNapoli Command |
ad10afc
to
33166eb
Compare
33166eb
to
5e24393
Compare
parachains/integration-tests/emulated/assets/asset-hub-kusama/src/tests/swap.rs
Outdated
Show resolved
Hide resolved
assert_ok!( | ||
<AssetHubKusama as AssetHubKusamaPallet>::AssetConversion::swap_exact_tokens_for_tokens( | ||
<AssetHubKusama as Parachain>::RuntimeOrigin::signed(AssetHubKusamaSender::get()), | ||
path, | ||
100000, | ||
1000, | ||
AssetHubKusamaSender::get().into(), | ||
true | ||
) | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is OK here but perhaps a separate test (swap_via_remote_program
) that will use this call within Transact
, but shows a foreign chain's XCM program to execute a swap.
parachains/integration-tests/emulated/assets/asset-hub-kusama/src/tests/swap.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: joe petrowski <[email protected]>
Co-authored-by: joe petrowski <[email protected]>
We're not planning on setting this via an on chain vote so let's have it as a const.
Co-authored-by: Bastian Köcher <[email protected]>
bot merge |
Solves paritytech/polkadot#2882 by porting Westend asset conversion addition to Kusama.
Pending: