-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the way SPO votes are counted (Fix) #600
Change the way SPO votes are counted (Fix) #600
Conversation
This closes issue #578.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conformance tests are passing, so LGTM if Andre approves it too! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just some changes to the alignments and prose necessary
src/Ledger/Ratify.lagda
Outdated
\item \textit{during the bootstrap period}: if an SPO didn't vote, then their vote is counted as \no; | ||
\item \textit{after the bootstrap period}: if an SPO didn't vote, then their vote is counted as \no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no reason to split this here, the bootstrap period is covered in an appendix. Also, the bootstrap logic is unchanged, so it should state in the appendix that not voting counts as abstain there.
Additionally, this should also explain that delegating to a DRep is like not delegating at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the first point and will remove the split and bootstrap behavior description.
I don't understand the second point: "Delegating to a DRep is like not delegating at all."?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Initially (while not delegated) the default is no
, and if you delegate to a DRep the default is no
as well.
82c9bc0
to
18b1e0b
Compare
In particular, make sure it's clear that the credential used for voting is not the same as the credential which can now be used to set the default voting behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just some minor stuff I noticed while staring at the PDF
Description
This closes issue #578.
Checklist
CHANGELOG.md