Skip to content

Commit

Permalink
Changelog #2330
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Jan 9, 2024
1 parent 63e6611 commit cdb90df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/unreleased/SDK/2330-governance-tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Added `QueryProposalVotes` struct. Removes `VoteType`from
the `Display` implementation of `LedgerProposalVote`. Updates
`build_vote_proposal` to return an error if voter has no delegations.
([\#2330](https://github.com/anoma/namada/pull/2330))
3 changes: 3 additions & 0 deletions .changelog/unreleased/improvements/2330-governance-tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Adds a new `query_proposal_votes` query, improves the formatting of
`ProposalResult` and returns early in client if governance voter has no stake.
Misc refactors. ([\#2330](https://github.com/anoma/namada/pull/2330))

0 comments on commit cdb90df

Please sign in to comment.