forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #2717: [GUI][Bug] Don't set a proposal's status to PASSING_NOT_…
…FUNDED prematurely 8a8e089 GUI: Differentiate between not passing and over budget in mini-card (Fuzzbawls) 1d28002 GUI: Don't set a proposal's status to PASSING_NOT_FUNDED prematurely (Fuzzbawls) 2964387 Refactor: clang-tidy governancemodel.h and proposalcard.h (Fuzzbawls) 7582276 Refactor: Initialize default values for ProposalInfo struct (Fuzzbawls) d5aa3e2 Build: Fix sign comparison in governancemodel.cpp (Fuzzbawls) Pull request description: Simply checking that there are more "yes" votes than "no" votes isn't enough context to determine if a proposal should be in a passing state (`PASSING` or `PASSING_NOT_FUNDED`) Also, Set a unique label text for proposals that are passing but there aren't enough funds left in the budget to find them. ----------- Also includes some very light refactoring/cleanup in related files and a compile-time warning fix. There is some follow-up refactoring to be done, but will do that in a separate PR as it falls out-of-scope for this PR. ACKs for top commit: random-zebra: ACK 8a8e089 furszy: ACK 8a8e089 and merging.. Tree-SHA512: efd9384c8b00bd579ff6c7a41c1abf29225c77c5318c1f0ad5a0f9c89d2e1ef0bb58527a40cf26f31f8a4239a3886c04a3802dddcf23417deb739d21d6e19c5e
- Loading branch information
Showing
7 changed files
with
33 additions
and
27 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
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