From a76335df0b9bf2f12053dd1f9890e356b8099fef Mon Sep 17 00:00:00 2001 From: brenzi Date: Mon, 27 May 2024 18:35:10 +0200 Subject: [PATCH] fix Encointer CI (#330) @ggwpez unfortunately, I couldn't find CI logs showing the error you want me to resolve. However, I assume the unused/deprecated warning would certainly disturb CI, so I started by fixing that one. Please let me know if you need more fixes, pointing me to the error you observe --- system-parachains/encointer/src/xcm_config.rs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/system-parachains/encointer/src/xcm_config.rs b/system-parachains/encointer/src/xcm_config.rs index a1d218c562..f8b2bf1076 100644 --- a/system-parachains/encointer/src/xcm_config.rs +++ b/system-parachains/encointer/src/xcm_config.rs @@ -26,10 +26,7 @@ use frame_support::{ use frame_system::EnsureRoot; use pallet_collator_selection::StakingPotAccountId; use pallet_xcm::XcmPassthrough; -use parachains_common::{ - impls::ToStakingPot, - xcm_config::{ConcreteAssetFromSystem, ParentRelayOrSiblingParachains}, -}; +use parachains_common::xcm_config::{ConcreteAssetFromSystem, ParentRelayOrSiblingParachains}; use polkadot_parachain_primitives::primitives::Sibling; use sp_core::ConstU32; @@ -175,7 +172,7 @@ impl xcm_executor::Config for XcmConfig { AccountId, Balances, ResolveTo, Balances>, - >; // FAIL-CI @brenzi + >; type ResponseHandler = PolkadotXcm; type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm;