-
Notifications
You must be signed in to change notification settings - Fork 551
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
Starport doesn't generate the code for Update IBC clients by governance #1813
Comments
it seems like the router key is also misconfigured in Should be See migration guide https://github.com/cosmos/ibc-go/blob/main/docs/migrations/sdk-to-v1.md#proposal-handler-registration |
Hi!
I didn't test the update-client yet but I will.
BTW see the error in the output: |
BTW testing the command I found this error msg:
|
Osmosis, in their last update has added the route and modified the old ibchost.
|
Seems like osmosis actually have it duplicated but the official guide says that it should be replaced with |
I guessed it, but take in consideration that I tested a proposal making the
indicated changes in code and it doesn't works
El mié., 15 dic. 2021 20:28, Jorge Hernandez ***@***.***>
escribió:
… Seems like osmosis actually have it duplicated but the official guide says
that it should be replaced with ibcclienttypes.RouterKey I guess someone
should write an integration test to recover an expired client 😬
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4T75QTVZV57DAIW7MKNXDURDT45ANCNFSM5IBHQ6XA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Going to give it a try and report back |
Hello :)
Now I can send the proposal but a new issue raises:
If I query the TX, the proposal is not generated:
|
Describe the bug
When you want to send a governance proposal to Update a frozen IBC client, you can't find the command:
It should include a
update-client <expired-client-id> <active-client-id>
paramsTo Reproduce
Steps to reproduce the behavior:
bcnad tx gov submit-proposal update-client
Please provide the version output
starport version
: v.0.18.4The text was updated successfully, but these errors were encountered: