-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
refactor(client): use cmtservice for comet-validator-set
command
#17187
Conversation
* replacement for deprecated `PrintObjectLegacy` method
Impact on "comet-validator-set" cmd cli current:
This PR:
|
Based on the output of above, I think we probably still want to display the bech32 address. |
Can use cmtservice.GetLatestValidatorSetResponse as output of
|
Also I think |
Feels a bit hacky, but works! Eventually, I'll investigate how to use AutoCLI for these anyway. |
Using AutoCLI is a good idea |
Could you fix the e2e tests and implement this comment: #17187 (comment) |
I have fixed the e2e tests. Please review the changes in the latest commit. Thank you for pointing out the issue in #17187 (comment). |
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.
The address still does not have the same format as previously.
I test again, The address is the same, the current:
This PR:
|
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.
tACK!
comet-validator-set
command
PrintObjectLegacy
method