-
Notifications
You must be signed in to change notification settings - Fork 10
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
Revisit logic for IBC gov updates #364
Comments
@alpe I see this ticket doesn't have an epic. Is this one necessary for mainnet mvp? |
yes, we need to address the changes that came with v3 or we won't be able to do ibc client upgrade (for the rescue)
|
Our version is incompatible. I have opened for further discussions
When the contract is modified, the binding(s) in tgrade needs to be fixed, too. |
Very good eye @alpe For tgrade-specific features (eg. these proposal types), let's consider ibcv3 as minimal supported version. If they change it again in ibcv4 or such, we will have to deal with migrations, but not til then. |
We can add this as a top priority to the first post-launch release. Martin doesn't expect us to have IBC up and running on day one as there is nobody using the chain to begin with (until the first businesses are onboard) |
Without an existing gov proposal on chain, this may be done as api breaking release only that needs to be rolled out by the validators before using it. |
We don't have any first class CLI gov support yet. Does it make sense to add this now or just run via |
@alpe according to your comment and since the contract side of this task is not implemented, I was thinking to remove this from v3 Milestone. What do you think? |
Please check prioritizations with @daniellarita . IMHO a wasmd v0.29 release is around the corner and would be good to have this on mainnet sooner than later. |
There have been refactorings in this area and we need to test this work with V3
See ExecuteGovProposal unpackInterfaces
See https://github.com/confio/tgrade/blob/v1.0.1/x/twasm/contract/incoming_msgs.go#L61
The text was updated successfully, but these errors were encountered: