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

Being offline is no longer a slashable offense #5800

Closed
laboon opened this issue Apr 19, 2024 · 1 comment · Fixed by #5825
Closed

Being offline is no longer a slashable offense #5800

laboon opened this issue Apr 19, 2024 · 1 comment · Fixed by #5825
Assignees
Labels
docs Related to the docs in general.

Comments

@laboon
Copy link
Contributor

laboon commented Apr 19, 2024

https://wiki.polkadot.network/docs/learn-staking-advanced#unresponsiveness

For every session, validators will send an "I'm online" heartbeat to indicate they are live. If a validator produces no blocks during an epoch and fails to send the heartbeat, it will be reported as unresponsive. Slashing may occur depending on the repeated offenses and how many other validators were unresponsive or offline during the epoch.

This changes with runtime 1.2.0

Yes, there's not chilling anymore for being offline since it's no longer a slashable offence. The only punishment is getting less rewards (since offline validators don't participate in consensus/sign statements nor author blocks).

PR: polkadot-fellows/runtimes#178

@laboon laboon added the docs Related to the docs in general. label Apr 19, 2024
@filippoweb3 filippoweb3 self-assigned this Apr 23, 2024
@filippoweb3 filippoweb3 linked a pull request Apr 25, 2024 that will close this issue
@Overkillus
Copy link
Contributor

Overlaps with paritytech/polkadot-sdk#4173

ImOnline slashes are indeed no longer present with the 1.2 release.

Yes, there's not chilling anymore for being offline since it's no longer a slashable offence. The only punishment is getting less rewards (since offline validators don't participate in consensus/sign statements nor author blocks).

Tes and very soon it goes even further. #2226 got merged and will release next. With it involuntary chilling will also no longer be caused by slashes/offences. (For more explanations see Disabling Overhaul Summary: paritytech/polkadot-sdk#4359)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Related to the docs in general.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants