-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for destination app height to be higher than consensus proof's h…
…eight (#2449) * Wait for destination app height to be higher than consensus proof's height. * Formatting * Add changelog entry * Change interval to 500ms * Remove duplicate sleep * Move sleep into methods which actually send the messages, no point in waiting when building them Co-authored-by: Romain Ruetschi <[email protected]> Co-authored-by: Adi Seredinschi <[email protected]>
- Loading branch information
1 parent
f1d51d1
commit 6fc3a28
Showing
2 changed files
with
52 additions
and
6 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/bug-fixes/ibc-relayer/2433-wait-consensus-height.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- For the `ConnOpenTry` and `ConnOpenAck` steps, wait for the destination | ||
app height to be higher than the consensus height, otherwise we fail to | ||
complete the handshake when the block times of the two chains involved differ | ||
significantly ([#2433](https://github.com/informalsystems/ibc-rs/issues/2433)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters