-
Notifications
You must be signed in to change notification settings - Fork 683
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
Persist channel state before calling OnChanOpenAck #2962
Comments
Correct 👍
We are not blocked by this as we persist the channel state ourself. But that is a hack that I would like to see removed in our code as soon as possible.
This is unrelated to the SDK upgrade. A backport to v4.2 would be great to so that we can apply this early |
All right. Thanks for the clarifications! |
afaik we made these changes just for consistency when adding the application version negotiation return values for |
Yes that is correct |
Summary
We have this code smell in x/wasm/ibc.go for backwards compatibility . Can you set the channel state before
OnChanOpenAck
is called (as it was in the past) ? It probably does not make a big difference for you but we need the channel active for the contract. The ack callback may trigger the first IBC package to be sent.For Admin Use
The text was updated successfully, but these errors were encountered: