Skip to content

Commit

Permalink
feat(bank): Add secondary query for bank metadata (backport #16852) (#…
Browse files Browse the repository at this point in the history
…17168)

Co-authored-by: Matt, Park <[email protected]>
Co-authored-by: Julien Robert <[email protected]>
  • Loading branch information
3 people authored Jul 27, 2023
1 parent dcb6280 commit d200d42
Show file tree
Hide file tree
Showing 10 changed files with 2,261 additions and 418 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

### Features

* (x/bank) [#16795](https://github.com/cosmos/cosmos-sdk/pull/16852) Add `DenomMetadataByQueryString` query in bank module to support metadata query by query string.

### Improvements

* (x/group, x/gov) [#17109](https://github.com/cosmos/cosmos-sdk/pull/17109) Let proposal summary be 40x longer than metadata limit.
Expand Down
1,515 changes: 1,250 additions & 265 deletions api/cosmos/bank/v1beta1/query.pulsar.go

Large diffs are not rendered by default.

61 changes: 50 additions & 11 deletions api/cosmos/bank/v1beta1/query_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d200d42

Please sign in to comment.