Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prdoc for 2226 #4401

Merged
merged 2 commits into from
May 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading