-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4659 from IntersectMBO/ldan/spo-vote-counting
As discussed in #4645, the community opted for changing how SPO votes are counted post-bootstrap. In the bootstrap phase if SPOs didn't vote, their votes were considered as `Abstain` votes. Post-bootstrap, these will be treated as `No` votes by default with some exceptions: if the SPOs reward account is delegated to an `AlwaysNoConfidence` or an `AlwaysAbstain` DRep, then for `NoConfidence` proposals they will be considered as `Yes` votes in the former case and will be considered as `Abstain` votes in the latter case for proposals where SPOs can vote. The behaviour in case of `HardForkInitiation` proposals remains unchanged, that is: if SPOs didn't vote on it, their inaction will be considered as a `No` vote regardless of their reward account delegation. NOTE: This PR will have a follow-up, which will add some tests to assert and demonstrate the above behaviour and once the spec is up-to-date with the implementation, hereby introduced restrictions regarding SPO votes in conformance testing will be lifted as well. Resolves #4645
- Loading branch information
Showing
14 changed files
with
158 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -330,3 +330,5 @@ emptyRatifyEnv = | |
Map.empty | ||
(EpochNo 0) | ||
(CommitteeState Map.empty) | ||
Map.empty | ||
Map.empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.