-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Flexible Connection Handshake Selection #7427
Conversation
Update ConnOpenInit to reflect changes in cosmos/ibc#482. An additional version field is added to the connection handshake and connection open init message to take in an optional field. If this field is empty, then the default versions are used for connection handshake version negotiation.
supersedes: #7431 |
missing docs updates, but I think this is ready. Only handles connection handshake changes. I'll do channel changes in a separate pr |
Codecov Report
@@ Coverage Diff @@
## master #7427 +/- ##
==========================================
+ Coverage 55.07% 55.21% +0.13%
==========================================
Files 588 435 -153
Lines 36760 28810 -7950
==========================================
- Hits 20245 15906 -4339
+ Misses 14417 11301 -3116
+ Partials 2098 1603 -495 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, pretty clean, thanks!
(note that the channel handshake needs to change too but that can be a separate PR)
Description
ref: #7025
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes