cosmos-sdk/x/bank
Federico Kunze Küllmer 8ebda84c89
feat: expose HasMetadata on bank Keeper (#10134)
<!-- Add a description of the changes that this PR introduces and the files that
are the most critical to review. -->

Add `HasMetaData` to bank keeper API.

---

### 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 `docs:` prefix in the PR title
- [ ] 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 [documentation writing guidelines](https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOC_WRITING_GUIDELINES.md)
- [ ] 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 `docs:` prefix in the PR title
- [ ] confirmed all author checklist items have been addressed 
- [ ] confirmed that this PR only changes documentation
- [ ] reviewed content for consistency
- [ ] reviewed content for thoroughness
- [ ] reviewed content for spelling and grammar
- [ ] tested instructions (if applicable)
2021-09-14 16:12:49 +00:00
..
atlas chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
client fix: fix the invalid argument for bank total supply cli query (#9980) 2021-08-23 14:16:56 +00:00
exported Index supply by denom (#8517) 2021-03-03 09:58:16 +00:00
keeper feat: expose HasMetadata on bank Keeper (#10134) 2021-09-14 16:12:49 +00:00
migrations fix!: remove denom from DenomMetadata key (#9890) 2021-08-11 09:56:51 +00:00
simulation refactor!: BaseApp {Check,Deliver}Tx with middleware design (#9920) 2021-08-25 14:40:33 +00:00
spec x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00
testutil refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
types perf!: Add HasAccount to the AuthKeeper to save protobuf decoding time (#10022) 2021-08-31 05:07:31 +00:00
app_test.go refactor: Move simapp FundAccount and FundModuleAccount to testutil (#9427) 2021-06-29 10:23:13 +00:00
bench_test.go x/bank: skip failing BenchmarkOneBankSend* to avoid blocking benchmarking (#10033) 2021-08-30 15:34:18 -04:00
module.go x/bank: create reverse prefix for denom<->address (#9611) 2021-07-26 13:51:04 -04:00