-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude
ChannelEnd
from MsgChannelOpenInit
and MsgChannelOpenTry
(
#327) * Exclude ChannelEnd from MsgChannelOpenInit and MsgChannelOpenTry * Apply naming convention on connection_hops * Revise naming of some fields * changelog fix Co-authored-by: Philippe Laferriere <[email protected]>
- Loading branch information
1 parent
aa97ced
commit 78297c3
Showing
11 changed files
with
121 additions
and
89 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/20-refactor-channel-msgs.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 @@ | ||
- Exclude `ChannelEnd` from `MsgChannelOpenInit` and `MsgChannelOpenTry` and refactor their fields to match the spec | ||
([#20](https://github.com/cosmos/ibc-rs/issues/20)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/338-make-process-pub-crate.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 internal `process()` `pub(crate)` | ||
([#338](https://github.com/cosmos/ibc-rs/issues/338)) |
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/improvements/324-make-msg-structs-pub-crate.md
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.