-
Notifications
You must be signed in to change notification settings - Fork 332
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Process write acknowledgements on
packet_callback
(#2439)
* add write_acknowledgement process on packet_callback * fix bug * extract write_ack logic to process_write_ack function * add issue #2424 and 2438 to changelog * Derive From/Into for opaque Ack * Use generic Ack as writeAck input * Simplify Ack trait * Process write ack using conversion to generic Ack * Allow `packet_callback()` to emit IbcEvents Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
- Loading branch information
1 parent
4956fb2
commit 6d7cd03
Showing
7 changed files
with
77 additions
and
36 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
...leased/bug-fixes/ibc/2424-add-write-acknowledgement-packet-process-and-store.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,2 @@ | ||
- Add Write Acknowledgement Process on packet callback | ||
([#2424](https://github.com/informalsystems/ibc-rs/issues/2424)). |
2 changes: 2 additions & 0 deletions
2
...fixes/ibc/2428-fix-handle-process-write-acknowledgement-incorrect-store-type.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,2 @@ | ||
- Mirror fix write_acknowledgement handler incorrectly uses packet's source_{port, channel} as key for storing acks | ||
([#2428](https://github.com/informalsystems/ibc-rs/issues/2428)) |
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
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
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
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
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