-
Notifications
You must be signed in to change notification settings - Fork 351
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
Connection handshake incomplete verification logic #1389
Comments
What criteria needs to be checked on these? |
I think this should be it:
|
It looks like the |
I think we use In general, an empty
So then we'd need to check that both connection ends match (even with empty version). In practice, this is how a typical version looks like:
|
This is very much tangential to this issue, but I noticed that the I could include those changes in this PR or create a new issue and PR for it. What do folks think? 🙂 |
Crate
ibc-relayer
Summary
There is a low-priority TODO in one of the methods for doing the connection handshake steps.
https://github.com/informalsystems/ibc-rs/blob/b30d7637aa54bc55db3236cdcdfd95315eb112ad/relayer/src/connection.rs#L1128
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: