Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

im-online: don't disable offending validators #13493

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

andresilva
Copy link
Contributor

@andresilva andresilva commented Feb 28, 2023

Whenever a validator commits an offence it gets kicked out of the validator set. On top of that, if the offence leads to a slash the validator will also get disabled, this means that even though the validator is part of the validator set, until the era ends when it should get kicked out, it cannot author new blocks. This PR changes the behavior for "offlineness" offences, such that even if the validator gets slashed it will not be disabled and thus can participate in consensus until the end of the era (when it should still get kicked out of the validator set).

For "offlineness" offences we only trigger slashing if more than 10% of the validator set is determined to be offline. I believe there is no advantage in disabling validators for "offlineness" since they're not actively trying to attack the protocol (unlike equivocations). In the case of a systemic issue that causes all validators to be considered offline (i.e. a bug) this would make it so that no one in the validator set can author new blocks and thus halt the chain.

@andresilva andresilva added A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Feb 28, 2023
@andresilva andresilva requested a review from a team February 28, 2023 16:28
@dmitry-markin dmitry-markin requested a review from a team March 1, 2023 10:49
@altonen altonen requested a review from a team March 1, 2023 10:54
@andresilva
Copy link
Contributor Author

bot merge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants