-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support TimeoutPacket feature #21
Comments
I considered several methods but chose to fork ibc-go and apply a patch for now. // -> Update: #21 (comment) The reasons why the patch is needed are as follows:
This patch skips the validation for packet timeout when executing
|
After further consideration, I have made a new experimental version at #23. Together with this, #24, and changes(cosmos/ibc-go#284 (comment)) that will be pushed into the core in the future, we may be able to avoid forking the core. However, there are still some concerns as follows:
|
We should support the packet timeout in the proxy.
The text was updated successfully, but these errors were encountered: