mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 16:47:57 +00:00
aura, babe: don't allow disabled validators to build blocks (#9414)
* frame-support: add trait for checking disabled validators * pallet-session: implement DisabledValidators trait * pallet-babe: check for disabled validators * pallet-babe: add test for disabled validators * pallet-aura: check for disabled validators * pallet-aura: add test for disabled validators * runtime: fix missing DisableValidator * test-runtime: add missing DisabledValidators * frame-support: clean up doc Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -38,9 +38,9 @@ pub use members::{
|
||||
|
||||
mod validation;
|
||||
pub use validation::{
|
||||
EstimateNextNewSession, EstimateNextSessionRotation, FindAuthor, KeyOwnerProofSystem, Lateness,
|
||||
OneSessionHandler, ValidatorRegistration, ValidatorSet, ValidatorSetWithIdentification,
|
||||
VerifySeal,
|
||||
DisabledValidators, EstimateNextNewSession, EstimateNextSessionRotation, FindAuthor,
|
||||
KeyOwnerProofSystem, Lateness, OneSessionHandler, ValidatorRegistration, ValidatorSet,
|
||||
ValidatorSetWithIdentification, VerifySeal,
|
||||
};
|
||||
|
||||
mod filter;
|
||||
|
||||
Reference in New Issue
Block a user