Skip to content
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

ICS3 protocol fix for version negotiation #479

Merged
merged 4 commits into from
Sep 4, 2020

Conversation

adizere
Copy link
Contributor

@adizere adizere commented Sep 1, 2020

Solution candidate to close #459.

For a full discussion on the underlying problem, see ibc-rs/disclosure-log.

Co-authored-by: Christopher Goes <cwgoes@pluranimity.org>
@adizere adizere marked this pull request as ready for review September 2, 2020 14:08
Copy link
Contributor

@cwgoes cwgoes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

I think it may be worth noting that if the two chains implement different pickVersion functions, a (possibly misbehaving) relayer may be able to stall the handshake by doing INIT - OPENTRY on both chains (at which point they will pick different versions and be unable to continue).

spec/ics-003-connection-semantics/README.md Outdated Show resolved Hide resolved
@cwgoes cwgoes merged commit 76c6560 into cosmos:master Sep 4, 2020
@adizere adizere deleted the adi/ics3_459fix branch September 4, 2020 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ICS3 handshake version negotiation problem
2 participants