mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
runtime: define NextSessionRotation in im-online instances (#2602)
* runtime: define NextSessionRotation in im-online instances * "Update Substrate" Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+145
-149
File diff suppressed because it is too large
Load Diff
@@ -643,8 +643,8 @@ impl pallet_im_online::Config for Runtime {
|
|||||||
type AuthorityId = ImOnlineId;
|
type AuthorityId = ImOnlineId;
|
||||||
type Event = Event;
|
type Event = Event;
|
||||||
type ValidatorSet = Historical;
|
type ValidatorSet = Historical;
|
||||||
|
type NextSessionRotation = Babe;
|
||||||
type ReportUnresponsiveness = Offences;
|
type ReportUnresponsiveness = Offences;
|
||||||
type SessionDuration = SessionDuration;
|
|
||||||
type UnsignedPriority = ImOnlineUnsignedPriority;
|
type UnsignedPriority = ImOnlineUnsignedPriority;
|
||||||
type WeightInfo = weights::pallet_im_online::WeightInfo<Runtime>;
|
type WeightInfo = weights::pallet_im_online::WeightInfo<Runtime>;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -688,7 +688,7 @@ impl pallet_im_online::Config for Runtime {
|
|||||||
type AuthorityId = ImOnlineId;
|
type AuthorityId = ImOnlineId;
|
||||||
type Event = Event;
|
type Event = Event;
|
||||||
type ValidatorSet = Historical;
|
type ValidatorSet = Historical;
|
||||||
type SessionDuration = SessionDuration;
|
type NextSessionRotation = Babe;
|
||||||
type ReportUnresponsiveness = Offences;
|
type ReportUnresponsiveness = Offences;
|
||||||
type UnsignedPriority = ImOnlineUnsignedPriority;
|
type UnsignedPriority = ImOnlineUnsignedPriority;
|
||||||
type WeightInfo = weights::pallet_im_online::WeightInfo<Runtime>;
|
type WeightInfo = weights::pallet_im_online::WeightInfo<Runtime>;
|
||||||
|
|||||||
@@ -338,8 +338,8 @@ impl pallet_im_online::Config for Runtime {
|
|||||||
type AuthorityId = ImOnlineId;
|
type AuthorityId = ImOnlineId;
|
||||||
type Event = Event;
|
type Event = Event;
|
||||||
type ValidatorSet = Historical;
|
type ValidatorSet = Historical;
|
||||||
|
type NextSessionRotation = Babe;
|
||||||
type ReportUnresponsiveness = Offences;
|
type ReportUnresponsiveness = Offences;
|
||||||
type SessionDuration = SessionDuration;
|
|
||||||
type UnsignedPriority = StakingUnsignedPriority;
|
type UnsignedPriority = StakingUnsignedPriority;
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -423,8 +423,8 @@ impl pallet_im_online::Config for Runtime {
|
|||||||
type AuthorityId = ImOnlineId;
|
type AuthorityId = ImOnlineId;
|
||||||
type Event = Event;
|
type Event = Event;
|
||||||
type ValidatorSet = Historical;
|
type ValidatorSet = Historical;
|
||||||
|
type NextSessionRotation = Babe;
|
||||||
type ReportUnresponsiveness = Offences;
|
type ReportUnresponsiveness = Offences;
|
||||||
type SessionDuration = SessionDuration;
|
|
||||||
type UnsignedPriority = StakingUnsignedPriority;
|
type UnsignedPriority = StakingUnsignedPriority;
|
||||||
type WeightInfo = weights::pallet_im_online::WeightInfo<Runtime>;
|
type WeightInfo = weights::pallet_im_online::WeightInfo<Runtime>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user