mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
0ff3f4d3af
Closes #2225. - [x] tests - [x] fix todos - [x] fix duplicates - [x] make the check part of `potential_spam` - [x] fix a bug with votes insertion - [x] guide changes - [x] docs --------- Co-authored-by: Tsvetomir Dimitrov <tsvetomir@parity.io>
19 lines
453 B
Plaintext
19 lines
453 B
Plaintext
title: Validator disabling in Dispute Participation.
|
|
|
|
doc:
|
|
- audience: Node Operator
|
|
description: |
|
|
Once a validator has been disabled for misbehavior, other validators
|
|
should no longer participate in disputes initiated by it.
|
|
This feature is needed to ensure robust spam protection against
|
|
malicious actors.
|
|
|
|
migrations:
|
|
db: []
|
|
runtime: []
|
|
|
|
crates:
|
|
- name: polkadot-node-core-dispute-coordinator
|
|
|
|
host_functions: []
|