cosmos-sdk/x/bank/keeper
likhita-809 8b78406bd3
feat: Add `HasSupply` method to bank keeper (#10393)
<!--
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
Add `HasSupply` method to ensure that input denom actually exists on chain.

Closes: #10387 

<!-- 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...

- [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [ ] confirmed `!` in the type prefix if API or client breaking change
- [ ] confirmed all author checklist items have been addressed 
- [ ] reviewed state machine logic
- [ ] reviewed API design and naming
- [ ] reviewed documentation is accurate
- [ ] reviewed tests and test coverage
- [ ] manually tested (if applicable)
2021-10-18 09:33:20 +00:00
..
genesis.go x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00
genesis_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
grpc_query.go feat!: change Coin storage model (#9832) 2021-08-05 17:00:28 +00:00
grpc_query_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
invariants.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
keeper.go feat: Add `HasSupply` method to bank keeper (#10393) 2021-10-18 09:33:20 +00:00
keeper_test.go feat: Add `HasSupply` method to bank keeper (#10393) 2021-10-18 09:33:20 +00:00
migrations.go chore: Rename v044 migrations to v045 (#10260) 2021-09-29 14:12:40 +02:00
msg_server.go x/bank v0.43 Audit updates (#9271) 2021-05-10 12:17:55 -04:00
querier.go Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
querier_test.go feat!: Ensure InitGenesis returns with non-empty validator set (#9697) 2021-10-05 12:02:51 +00:00
send.go refactor: Remove store type aliases (#10295) 2021-10-04 16:36:38 +00:00
view.go refactor: Remove store type aliases (#10295) 2021-10-04 16:36:38 +00:00