mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 04:07:57 +00:00
a4195326b9
Closes #1591. The purpose of this PR is filter out backing statements from the network signed by disabled validators. This is just an optimization, since we will do filtering in the runtime in #1863 to avoid nodes to filter garbage out at block production time. - [x] Ensure it's ok to fiddle with the mask of manifests - [x] Write more unit tests - [x] Test locally - [x] simple zombienet test - [x] PRDoc --------- Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io>
19 lines
457 B
Plaintext
19 lines
457 B
Plaintext
title: Validator disabling in Statement Distribution.
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
Once a validator has been disabled for misbehavior, other validators
|
|
should no longer gossip its backing statements in the current era.
|
|
If they do, it might result in disconnects from the network due to low
|
|
reputation.
|
|
|
|
migrations:
|
|
db: []
|
|
runtime: []
|
|
|
|
crates:
|
|
- name: polkadot-statement-distribution
|
|
|
|
host_functions: []
|