We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
modules
Currently, a conn open try can only succeed if some previous_connection_id is provided in the MsgConnectionOpenTry: https://github.com/informalsystems/ibc-rs/blob/b1b9dac6132a2fd2a86fa1c6f0179f47db3e3454/modules/src/ics03_connection/msgs/conn_open_try.rs#L26-L35 However, to have a valid previous_connection_id, one has to have a successful conn open try. This circular dependency makes it so that it's never possible to have successful conn open try.
previous_connection_id
MsgConnectionOpenTry
277426e
The text was updated successfully, but these errors were encountered:
Fixed in #615
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Crate
modules
Summary of Bug
Currently, a conn open try can only succeed if some
previous_connection_id
is provided in theMsgConnectionOpenTry
:https://github.com/informalsystems/ibc-rs/blob/b1b9dac6132a2fd2a86fa1c6f0179f47db3e3454/modules/src/ics03_connection/msgs/conn_open_try.rs#L26-L35
However, to have a valid
previous_connection_id
, one has to have a successful conn open try. This circular dependency makes it so that it's never possible to have successful conn open try.Version
277426e
For Admin Use
The text was updated successfully, but these errors were encountered: