difftreelog
Merge pull request #896 from UniqueNetwork/fix/pallet-xcm-storage-part
in: master
2 files changed
runtime/common/config/xcm/mod.rsdiffbeforeafterboth221 type Barrier = Barrier;221 type Barrier = Barrier;222 type Weigher = Weigher;222 type Weigher = Weigher;223 type Trader = Trader<T>;223 type Trader = Trader<T>;224 type ResponseHandler = (); // Don't handle responses for now.224 type ResponseHandler = PolkadotXcm;225 type SubscriptionService = PolkadotXcm;225 type SubscriptionService = PolkadotXcm;226226227 type AssetTrap = PolkadotXcm;227 type AssetTrap = PolkadotXcm;runtime/common/construct_runtime.rsdiffbeforeafterboth38 #[cfg(feature = "collator-selection")]38 #[cfg(feature = "collator-selection")]39 Session: pallet_session::{Pallet, Call, Storage, Event, Config<T>} = 24,39 Session: pallet_session::{Pallet, Call, Storage, Event, Config<T>} = 24,404041 Aura: pallet_aura::{Pallet, Config<T>} = 25,41 Aura: pallet_aura::{Pallet, Storage, Config<T>} = 25,42 AuraExt: cumulus_pallet_aura_ext::{Pallet, Config} = 26,42 AuraExt: cumulus_pallet_aura_ext::{Pallet, Storage, Config} = 26,434344 Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 30,44 Balances: pallet_balances::{Pallet, Call, Storage, Config<T>, Event<T>} = 30,45 RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage} = 31,45 RandomnessCollectiveFlip: pallet_randomness_collective_flip::{Pallet, Storage} = 31,616162 // XCM helpers.62 // XCM helpers.63 XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event<T>} = 50,63 XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event<T>} = 50,64 PolkadotXcm: pallet_xcm::{Pallet, Call, Event<T>, Origin} = 51,64 PolkadotXcm: pallet_xcm::{Pallet, Call, Storage, Event<T>, Origin} = 51,65 CumulusXcm: cumulus_pallet_xcm::{Pallet, Call, Event<T>, Origin} = 52,65 CumulusXcm: cumulus_pallet_xcm::{Pallet, Call, Event<T>, Origin} = 52,66 DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event<T>} = 53,66 DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event<T>} = 53,6767