mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
Parachains para_inherent.rs to FrameV2 (#3531)
* last parachains migration! * migrate runtimes * disable frame supertrait * add pallet::inherent * mock * cargo +nightly fmt
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
//! Mocks for all the traits.
|
||||
|
||||
use crate::{
|
||||
configuration, disputes, dmp, hrmp, inclusion, initializer, paras, scheduler, session_info,
|
||||
shared, ump,
|
||||
configuration, disputes, dmp, hrmp, inclusion, initializer, paras, paras_inherent, scheduler,
|
||||
session_info, shared, ump,
|
||||
};
|
||||
use frame_support::{parameter_types, traits::GenesisBuild};
|
||||
use frame_support_test::TestRandomness;
|
||||
@@ -45,6 +45,7 @@ frame_support::construct_runtime!(
|
||||
Configuration: configuration::{Pallet, Call, Storage, Config<T>},
|
||||
ParasShared: shared::{Pallet, Call, Storage},
|
||||
ParaInclusion: inclusion::{Pallet, Call, Storage, Event<T>},
|
||||
ParaInherent: paras_inherent::{Pallet, Call, Storage},
|
||||
Scheduler: scheduler::{Pallet, Storage},
|
||||
Initializer: initializer::{Pallet, Call, Storage},
|
||||
Dmp: dmp::{Pallet, Call, Storage},
|
||||
|
||||
Reference in New Issue
Block a user