-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make connection events compatible with ibc-go (#191)
* OpenInit event refactored * conn_open_init emits proper event * fix all other connection events * conn_open_try now outputs proper event * adopt naming convention in event ctor * conn_open_ack emits proper event * conn_open_confirm now emits proper event * remove unneeded function * clippy fixes * changelog * nit improvement * Update crates/ibc/src/core/ics03_connection/events.rs Signed-off-by: Philippe Laferrière <plafer@protonmail.com> Signed-off-by: Philippe Laferrière <plafer@protonmail.com>
- Loading branch information
Showing
7 changed files
with
183 additions
and
147 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/145-compatible-connection-events.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 @@ | ||
- Make connection events compatible with ibc-go | ||
([#145](https://github.com/cosmos/ibc-rs/issues/145)) |
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
Oops, something went wrong.