Skip to content

Commit

Permalink
Update prdoc for 2226 (paritytech#4401)
Browse files Browse the repository at this point in the history
Mention that offenders are no longer chilled and suggest node operators
and nominators to monitor their nodes/nominees closely.

---------

Co-authored-by: Maciej <maciej.zyszkiewicz@parity.io>
  • Loading branch information
2 people authored and TarekkMA committed Aug 2, 2024
1 parent 4b6fc12 commit 809bc41
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions prdoc/pr_2226.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ doc:
- audience: Node Operator
description: |
On each committed offence (no matter slashable or not) the offending validator will be
disabled for a whole era.
disabled for a whole era. Offenders are no longer chilled so the node operator should monitor
the behavior of their validators and act swiftly if they are raising disputes.
- audience: Runtime Dev
description: |
The disabling strategy in staking pallet is no longer hardcoded but abstracted away via
Expand All @@ -14,7 +15,13 @@ doc:
will be used on Kusama and Polkadot. In nutshell `UpToLimitDisablingStrategy`
disables offenders up to the configured threshold. Offending validators are not disabled for
offences in previous eras. The threshold is controlled via `DISABLING_LIMIT_FACTOR` (a generic
parameter of `UpToLimitDisablingStrategy`).
parameter of `UpToLimitDisablingStrategy`). Also offending validators are no longer chilled
after an offence is committed. This change is made to protect the network in case of honest nodes being slashed.
- audience: RuntimeUser
description: |
Nominators should be aware that the validators are no longer chilled if they commit an offence.
This means that token holders should be extra careful, monitor closely the behavior of their
nominees and take measures if they commit an offence.

migrations:
db: []
Expand Down

0 comments on commit 809bc41

Please sign in to comment.