w3f / polkadot-wiki

The source of truth for Polkadot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Being offline is no longer a slashable offense

laboon opened this issue · comments

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

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)