-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cycle filtering and pagination to listgovproposals (#1627)
* Add cycle filtering to listgovproposals * Fix cycle param description * Remove unused variable retMap * Replace uint with unsigned int to fix windows compile error * Add tests to listgovproposals * Removes trailing whitespaces and unused imports * Fix ForEachCycleProp returning early * Add pagination to listgovproposal * Fix lint * Format src/masternodes/rpc_proposals.cpp * Pagination nesting as in #1635 Co-authored-by: Jouzo <[email protected]> * Make pagination rpc consistent * Resolve compiler warning * Update help message Co-authored-by: Keng Ye <[email protected]> Co-authored-by: jouzo <[email protected]> Co-authored-by: Jouzo <[email protected]> Co-authored-by: Mihailo Milenkovic <[email protected]> Co-authored-by: Peter John Bushnell <[email protected]> Co-authored-by: Prasanna Loganathar <[email protected]> Co-authored-by: Keng Ye <[email protected]>
- Loading branch information
1 parent
90c05a0
commit 3dbfa01
Showing
7 changed files
with
510 additions
and
34 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
Oops, something went wrong.