cosmos-sdk/x/gov/keeper
atheeshp 19aeb763a3
refactor: remove query by events for x/gov deposits (#9519)
<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->

## Description

Closes: #9419 

<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->

---

### Author Checklist

*All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.*

I have...

- [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] added `!` to the type prefix if API or client breaking change
- [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting))
- [ ] provided a link to the relevant issue or specification
- [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules)
- [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing)
- [ ] added a changelog entry to `CHANGELOG.md`
- [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [ ] updated the relevant documentation or specification
- [ ] reviewed "Files changed" and left comments if necessary
- [ ] confirmed all CI checks have passed

### Reviewers Checklist

*All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.*

I have...

- [x] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [x] reviewed API design and naming
- [x] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2021-07-30 17:37:38 +00:00
..
common_test.go refactor!: Remove `clientCtx.JSONCodec` and rename `EncodingConfig.Marshaler` to `Codec` (#9521) 2021-07-01 08:52:38 +00:00
deposit.go refactor: remove query by events for x/gov deposits (#9519) 2021-07-30 17:37:38 +00:00
deposit_test.go refactor: remove query by events for x/gov deposits (#9519) 2021-07-30 17:37:38 +00:00
grpc_query.go fix: Correctly populate legacy Vote.Option field (#9583) 2021-06-25 15:52:44 +02:00
grpc_query_test.go fix: Correctly populate legacy Vote.Option field (#9583) 2021-06-25 15:52:44 +02:00
hooks.go Add hooks to governance actions (#9133) 2021-04-21 12:59:30 -04:00
hooks_test.go x/gov v0.43 Audit updates (#9258) 2021-05-07 12:00:19 +00:00
internal_test.go x/gov v0.43 Audit updates (#9258) 2021-05-07 12:00:19 +00:00
invariants.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
keeper.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
keeper_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
migrations.go refactor: Rename x/{mod}/legacy to x/{mod}/migrations (#9628) 2021-07-05 14:55:51 +00:00
msg_server.go MsgWeightedVote -> MsgVoteWeighted 2021-01-24 20:54:25 -05:00
params.go Merge PR #4665: Refactor x/gov Module Structure (prep for module spec) 2019-08-08 15:51:18 -04:00
proposal.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
proposal_test.go gov, params: refactor tests (#9137) 2021-04-30 08:41:25 +00:00
querier.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
querier_test.go refactor: Bring back deprecated proto fields to `v1beta1` (#9534) 2021-06-23 13:03:33 +00:00
tally.go Merge pull request #39 from antstalepresh/gov_split_vote 2020-11-04 10:31:55 +10:00
tally_test.go merged in master 2021-03-21 16:37:06 -04:00
vote.go refactor: remove query by events for x/gov deposits (#9519) 2021-07-30 17:37:38 +00:00
vote_test.go refactor: Bring back deprecated proto fields to `v1beta1` (#9534) 2021-06-23 13:03:33 +00:00