-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(x/gov): remove ability for validators to add votes #10
feat(x/gov): remove ability for validators to add votes #10
Conversation
c46b682
to
335beb8
Compare
21aefa0
to
335beb8
Compare
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, the Tally()
method could probably be simplified a lot given that feature, which would make it cheaper to run.
One question before merging, don't you think this should only apply to text proposals? I'm afraid we'll have trouble getting a quorum for param changes and upgrade proposals if validators can't vote with their delegation power. |
CHANGELOG.md
Outdated
@@ -12,5 +12,7 @@ | |||
|
|||
### FEATURES | |||
|
|||
### STATE BREAKING | |||
* Forked `x/gov` module from Cosmos SDK v0.46.16 for custom moficiations. | |||
* Removed ability for validators to vote on proposals. |
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.
We should add a link to the related PR
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.
done
Let's merge for now. I understand what you are saying though. Maybe worth tracking this with an issue! |
Description
Closes: #7
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API, client, or state breaking change (i.e., requires minor or major version bump).changelog
(for details, see contributing guidelines)Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change