cosmos-sdk/x/bank/keeper
Nikhil Suri 89c956f8ed
feat(x/bank): update keeper interface to include GetAllDenomMetaData (#15265)
## Description

Adds `GetAllDenomMetaData` to the bank keeper interface. This enables other modules to refer to it in their `expected_keepers`, for example in `x/wasm`. This PR is therefore a prerequisite for adding denom metadata querying to cosmwasm.



---

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

- [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
- [x] added `!` to the type prefix if API or client breaking change
- [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
- [x] provided a link to the relevant issue or specification
- [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/docs/building-modules)
- [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
- [x] added a changelog entry to `CHANGELOG.md`
- [x] included comments for [documenting Go code](https://blog.golang.org/godoc)
- [x] updated the relevant documentation or specification
- [x] reviewed "Files changed" and left comments if necessary
- [x] 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)
2023-03-05 20:22:24 +00:00
..
genesis_test.go chore: lint tests (#14268) 2022-12-18 23:48:31 +00:00
genesis.go fix: replace IsEqual with Equal (#14739) 2023-01-24 09:50:34 +00:00
grpc_query_test.go feat: resolve IBC hash to human readable denom (#14894) 2023-02-06 11:48:29 +00:00
grpc_query.go feat: resolve IBC hash to human readable denom (#14894) 2023-02-06 11:48:29 +00:00
invariants.go fix: replace IsEqual with Equal (#14739) 2023-01-24 09:50:34 +00:00
keeper_test.go refactor: remove bytes/HexBytes (#15211) 2023-03-01 18:27:23 +00:00
keeper.go feat(x/bank): update keeper interface to include GetAllDenomMetaData (#15265) 2023-03-05 20:22:24 +00:00
migrations.go feat: deprecate x/params usage in x/bank (#12630) 2022-07-20 18:58:15 -04:00
msg_server.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
msg_service_test.go refactor: Move x/auth's AccountI and ModuleAccountI interfaces to types package (#13937) 2023-01-03 11:25:09 +01:00
send.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00
view.go refactor: fix lint issues + gofumpt (#15062) 2023-02-19 10:31:49 +00:00