-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove duplicate denom-authority-metadata query command #4819
Remove duplicate denom-authority-metadata query command #4819
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks, but could you please add labels to backport this to v15
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Thank you! |
How about change the command handler to |
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata) | ||
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomAuthorityMetadata) | ||
osmocli.AddQueryCmd(cmd, types.NewQueryClient, GetCmdDenomsFromCreator) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phamminh0811 can you please do two things:
- Add the GetCmdDenomBeforeSendHook query here as well
- Test them locally on mainnet and ack that they behave as expected
As soon as thats done, please ping me and I will merge :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, please check
@phamminh0811 any update on this? |
@phamminh0811 @pysel any updates here? |
* 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]> (cherry picked from commit 50b26a8) # Conflicts: # CHANGELOG.md
* 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]>
Closes: #4784
Brief Changelog
Remove duplicate "denom-authority-metadata" query command