forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duplicate packets on start (informalsystems#2256)
* Pull in upstream changes * Remove unnecessary destructuring assignment * Decrement height when scheduling packet clearing * Add changelog entry * Clarify comment * Remove unnecessary destructure * Initiate clear packet flow when a IbcEvent is received * Revert to more straightforward logic to see if CI still breaks * Refactor handle_packet_cmd * Clean up handle_packet_cmd * Update handle_packet_cmd doc comment * Incorporate PR feedback
- Loading branch information
1 parent
dc8e2fe
commit bb8b7cd
Showing
2 changed files
with
49 additions
and
26 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
.changelog/unreleased/bug-fixes/ibc-relayer/2093-fix-duplicate-packets-on-start.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 @@ | ||
- Fix duplicate packets being generated on start. ([#2093](https://github.com/informalsystems/ibc-rs/issues/2093)) |
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