Skip to content
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

[cms] Add ProposalSpendingSummary and ProposalSpendingDetails #1224

Merged
merged 14 commits into from
Jul 24, 2020

Commits on Jul 23, 2020

  1. [cms] Add ProposalSpendingSummary and ProposalSpendingDetails

    This PR adds 2 new requests that will allow administrators to review
    spending of approved proposal tokens.
    
    ProposalSpendingSummary takes no arguments and just uses the
    politeiawww API to get approved proposals at proposals and
    test-proposals.decred.org.
    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    3408dc0 View commit details
    Browse the repository at this point in the history
  2. fix issues from review

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e001a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ea0a8d View commit details
    Browse the repository at this point in the history
  4. set name on details too

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    7772568 View commit details
    Browse the repository at this point in the history
  5. fix batch proposals request

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    36ad446 View commit details
    Browse the repository at this point in the history
  6. remove unused params

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    36ab292 View commit details
    Browse the repository at this point in the history
  7. resolve issues from @lukebp review

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    67839b7 View commit details
    Browse the repository at this point in the history
  8. add pagination

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    6211b2f View commit details
    Browse the repository at this point in the history
  9. fix offset and count

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    5a0260b View commit details
    Browse the repository at this point in the history
  10. add pagination doco

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    1197dc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6646c95 View commit details
    Browse the repository at this point in the history
  12. fix details request

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c9a3920 View commit details
    Browse the repository at this point in the history
  13. only batch proposals once

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    81b8263 View commit details
    Browse the repository at this point in the history
  14. update doco

    alexlyp committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    360c798 View commit details
    Browse the repository at this point in the history