-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Fix Optimistic Channel Handshake bugs #7678
Conversation
More rigorous optimistic handshake testing can be added with #7603 ensuring packets can be safely sent between OpenInit and OpenTry calls |
Codecov Report
@@ Coverage Diff @@
## master #7678 +/- ##
==========================================
- Coverage 54.15% 54.12% -0.03%
==========================================
Files 611 611
Lines 38566 38601 +35
==========================================
+ Hits 20884 20892 +8
- Misses 15550 15576 +26
- Partials 2132 2133 +1 |
…-sdk into colin/7605-crossing-hellos
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.
utACK
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.
Nice catch!!!
* fix optimistic handshake bugs and add crossing hello test * fix tests Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
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. Spec changes made in cosmos/ibc@8a92af0
Description
closes: #7605
closes: #7606
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