Skip to content

Commit

Permalink
Remove duplicate denom-authority-metadata query command (#4819)
Browse files Browse the repository at this point in the history
* remove duplicate denom-authority-metadata query command

* merge main

* revert change

* revert change

* fix lint

* add GetCmdDenomsFromCreator and CHANGELOG

---------

Co-authored-by: Jacob Gadikian <[email protected]>
  • Loading branch information
phamminh0811 and faddat authored May 30, 2023
1 parent f7de174 commit 50b26a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,14 @@ This release containts the following new modules:
* [#4207](https://github.com/osmosis-labs/osmosis/pull/4207) Integrate Async ICQ.

### Misc Improvements

* [#4131](https://github.com/osmosis-labs/osmosis/pull/4141) Add GatherValuesFromStorePrefixWithKeyParser function to osmoutils.
* [#4388](https://github.com/osmosis-labs/osmosis/pull/4388) Increase the max allowed contract size for non-proposal contracts to 3MB
* [#4384](https://github.com/osmosis-labs/osmosis/pull/4384) migrate stXXX/XXX constant product pools 833, 817, 810 to stable swap
* [#4461](https://github.com/osmosis-labs/osmosis/pull/4461) added rate limit quotas for a set of high value tokens
* [#4819](https://github.com/osmosis-labs/osmosis/pull/4819) remove duplicate denom-authority-metadata query command
* [#5028](https://github.com/osmosis-labs/osmosis/pull/5028) Change stakingTypes.Bankkeeper to simtypes.Bankkeeper

### API breaks

* [#3766](https://github.com/osmosis-labs/osmosis/pull/3766) Remove Osmosis gamm and twap `bindings` that were previously supported as custom wasm plugins.
Expand Down
2 changes: 1 addition & 1 deletion x/tokenfactory/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func GetQueryCmd() *cobra.Command {
cmd := osmocli.QueryIndexCmd(types.ModuleName)

osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata)
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata)
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomsFromCreator)

cmd.AddCommand(
osmocli.GetParams[*types.QueryParamsRequest](
Expand Down

0 comments on commit 50b26a8

Please sign in to comment.