-
Notifications
You must be signed in to change notification settings - Fork 637
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
Update CLI to recover expired client for SDK 46 updates to gov module #2301
Update CLI to recover expired client for SDK 46 updates to gov module #2301
Conversation
{ | ||
"messages": [ | ||
{ | ||
"@type": "/ibc.core.client.v1.ClientUpdateProposal", | ||
"title": "title_string", | ||
"description": "description_string", | ||
"subject_client_id": "expired_client_id_string", | ||
"substitute_client_id": "active_client_id_string" | ||
} | ||
], | ||
"metadata": "<metadata>", | ||
"deposit": "10stake" | ||
} |
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.
Not sure if this is correct, if anyone can review..
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 for updating this 🙏 I haven't manually tested the json, but it looks correct to me
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.
Thank you, @tmsdkeys! I just left some nits.
Co-authored-by: Carlos Rodriguez <[email protected]>
…#2301) * Update CLI commands to recover expired client for SDK 46 updates to gov module * Fix alignment * Add proposal json, fix alginment * Apply suggestions from code review Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]> (cherry picked from commit daac435) # Conflicts: # docs/ibc/proposals.md
…#2301) * Update CLI commands to recover expired client for SDK 46 updates to gov module * Fix alignment * Add proposal json, fix alginment * Apply suggestions from code review Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]> (cherry picked from commit daac435) # Conflicts: # docs/ibc/proposals.md
… (backport #2301) (#2359) * Update CLI to recover expired client for SDK 46 updates to gov module (#2301) * Update CLI commands to recover expired client for SDK 46 updates to gov module * Fix alignment * Add proposal json, fix alginment * Apply suggestions from code review Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]> (cherry picked from commit daac435) # Conflicts: # docs/ibc/proposals.md * fix conflicts * remove documentation Co-authored-by: tmsdkeys <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
… (backport #2301) (#2360) * Update CLI to recover expired client for SDK 46 updates to gov module (#2301) * Update CLI commands to recover expired client for SDK 46 updates to gov module * Fix alignment * Add proposal json, fix alginment * Apply suggestions from code review Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]> (cherry picked from commit daac435) # Conflicts: # docs/ibc/proposals.md * fix conflicts * remove documentation Co-authored-by: tmsdkeys <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Damian Nolan <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
Description
Update docs on gov proposals (to recover frozen light clients) to include SDK v0.46 changes to x/gov API: https://github.com/cosmos/cosmos-sdk/blob/main/UPGRADING.md#xgov-1
closes: #2173
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes