Skip to content
Unverified Commit 913232ae authored by Tsvetomir Dimitrov's avatar Tsvetomir Dimitrov Committed by GitHub
Browse files

Handling of disabled validators in backing subsystem (#1259)



Handles validator disabling in the backing subsystem. The PR introduces
two changes:
1. Don't import statements from disabled validators.
2. Don't validate and second if the local validator is disabled.

The purpose of this change is first to ignore statements from disabled
validators on the node side. This is an optimisation as these statements
are supposed to be cleared in the runtime too (still not implemented at
the moment). Additionally if the local node is a validator which is
disabled - don't process any new candidates.

---------

Co-authored-by: default avatarordian <[email protected]>
Co-authored-by: default avatarordian <[email protected]>
parent f4c4c0fe
Pipeline #403171 failed with stages
in 1 hour, 8 minutes, and 2 seconds