--- a/runtime/common/config/xcm/mod.rs +++ b/runtime/common/config/xcm/mod.rs @@ -221,7 +221,7 @@ type Barrier = Barrier; type Weigher = Weigher; type Trader = Trader; - type ResponseHandler = (); // Don't handle responses for now. + type ResponseHandler = PolkadotXcm; type SubscriptionService = PolkadotXcm; type AssetTrap = PolkadotXcm; --- a/runtime/common/construct_runtime.rs +++ b/runtime/common/construct_runtime.rs @@ -38,8 +38,8 @@ #[cfg(feature = "collator-selection")] Session: pallet_session::{Pallet, Call, Storage, Event, Config} = 24, - Aura: pallet_aura::{Pallet, Config} = 25, - AuraExt: cumulus_pallet_aura_ext::{Pallet, Config} = 26, + Aura: pallet_aura::{Pallet, Storage, Config} = 25, + AuraExt: cumulus_pallet_aura_ext::{Pallet, Storage, Config} = 26, Balances: pallet_balances::{Pallet, Call, Storage, Config, Event} = 30, RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage} = 31, @@ -61,7 +61,7 @@ // XCM helpers. XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event} = 50, - PolkadotXcm: pallet_xcm::{Pallet, Call, Event, Origin} = 51, + PolkadotXcm: pallet_xcm::{Pallet, Call, Storage, Event, Origin} = 51, CumulusXcm: cumulus_pallet_xcm::{Pallet, Call, Event, Origin} = 52, DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} = 53,