backport to master: Handling of disabled validators in backing subsystem (#1259) (#2764)

#1259 was merged into a feature branch, but we've decided to merge
node-side changes for disabling straight into master.
This is a dependency of #1841 and #2637.

---------

Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io>
This commit is contained in:
ordian
2024-01-08 20:58:30 +01:00
committed by GitHub
parent 4fdab499c4
commit a02b53475b
7 changed files with 575 additions and 74 deletions
+16
View File
@@ -0,0 +1,16 @@
title: Validator disabling in Backing.
doc:
- audience: Node Operator
description: |
Once a validator has been disabled for misbehavior, it will no longer
sign backing statements in the current era.
migrations:
db: []
runtime: []
crates:
- name: polkadot-node-core-backing
host_functions: []