-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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(cli): cancel gov proposal by proposer before voting period ends #13010
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #13010 +/- ##
==========================================
- Coverage 56.25% 54.18% -2.08%
==========================================
Files 667 654 -13
Lines 56576 55910 -666
==========================================
- Hits 31829 30294 -1535
- Misses 22165 23205 +1040
+ Partials 2582 2411 -171
|
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.
utACK
enabled auto merge, don't see any followups left |
Thanks all whoever support this feature, specially @anilcse @robert-zaremba 🙏🏻🙏🏻🙏🏻 |
…osmos#13010) Co-authored-by: Anil Kumar Kammari <anil@vitwit.com> Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com> Co-authored-by: Robert Zaremba <robert@zaremba.ch> Co-authored-by: Marko <marbar3778@yahoo.com> Closes cosmos#11554
Description
This pull request contains the new cli tx to cancel the gov proposal by the proposer
Closes: #11554
proposal_cancel_ratio
andproposal_cancel_dest
params to gov.i. (totalDeposits * proposal_cancel_ratio) amount will be burned if
proposal_cancel_dest
is not empty otherwise it will burned.ii. totalDeposits * (1 - proposal_cancel_ratio) amount will be sent back to the depositors.
Proposal migrations with proposer
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 or client breaking changeCHANGELOG.md
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