diff --git a/.changelog/unreleased/SDK/2330-governance-tests.md b/.changelog/unreleased/SDK/2330-governance-tests.md new file mode 100644 index 0000000000..f81043b7a2 --- /dev/null +++ b/.changelog/unreleased/SDK/2330-governance-tests.md @@ -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)) \ No newline at end of file diff --git a/.changelog/unreleased/improvements/2330-governance-tests.md b/.changelog/unreleased/improvements/2330-governance-tests.md new file mode 100644 index 0000000000..a94ea129df --- /dev/null +++ b/.changelog/unreleased/improvements/2330-governance-tests.md @@ -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)) \ No newline at end of file