Skip to content

Commit 0044077

Browse files
authored
Disabling Strategy Implementers Guide (#2955)
Closes #1961
1 parent 2ed0f3e commit 0044077

File tree

3 files changed

+441
-3
lines changed

3 files changed

+441
-3
lines changed

polkadot/roadmap/implementers-guide/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Disputes Process](protocol-disputes.md)
99
- [Dispute Flow](disputes-flow.md)
1010
- [Chain Selection and Finalization](protocol-chain-selection.md)
11+
- [Validator Disabling](protocol-validator-disabling.md)
1112
- [Architecture Overview](architecture.md)
1213
- [Messaging Overview](messaging.md)
1314
- [PVF Pre-checking](pvf-prechecking.md)

polkadot/roadmap/implementers-guide/src/protocol-disputes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ All parachain blocks that end up in the finalized relay chain should be valid. T
88
only backed, but not included.
99

1010
We have two primary components for ensuring that nothing invalid ends up in the finalized relay chain:
11-
* Approval Checking, as described [here](./protocol-approval.md) and implemented according to the [Approval
12-
Voting](node/approval/approval-voting.md) subsystem. This protocol can be shown to prevent invalid parachain blocks
13-
from making their way into the finalized relay chain as long as the amount of attempts are limited.
11+
* Approval Checking, as described [here](./protocol-approval.md) and implemented accordingly in the [Approval
12+
Voting](node/approval/approval-voting.md) subsystem. This protocol can be shown to prevent invalid parachain blocks
13+
from making their way into the finalized relay chain as long as the amount of attempts are limited.
1414
* Disputes, this protocol, which ensures that each attempt to include something bad is caught, and the offending
1515
validators are punished. Disputes differ from backing and approval process (and can not be part of those) in that a
1616
dispute is independent of a particular fork, while both backing and approval operate on particular forks. This

0 commit comments

Comments
 (0)