clarify the inactivity based on the timer

This commit is contained in:
seugu
2025-12-30 14:19:37 +03:00
committed by GitHub
parent 3ed31f1305
commit dea99b250f

View File

@@ -405,9 +405,11 @@ such as commit and proposal incompatibility. Specifically, the broken commit can
This activity is identified by the `members` since both `MLS proposal` and `voting proposal` are visible
and can be identified by checking the hash of `Proposal.payload` and `MLSProposal.payload` is the same as RFC9240 section 12.1. Proposals.
3. Censorship and inactivity: The situation where there is a voting proposal that is visible for every member,
and the Steward does not provide an MLS proposal and commit.
and the Steward does not provide an MLS proposal and commit within the configured `threshold_duration`,
after which the voting process is considered finalized by the majority timer.
This activity is again identified by the `members`since `voting proposals` are visible to every member in the group,
therefore each member can verify that there is no `MLS proposal` corresponding to `voting proposal`.
therefore each member can verify that there is no `MLS proposal` corresponding to `voting proposal`,
or commit was produced for a voting proposal that has already been finalized due to timer expiration.
## Peer Scoring