-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* conn_open_confirm refactor * conn_open_ack handler * disable mbt * ConnOpenConfirm handler Remove connection::verify.rs * conn_open_ack: readability * remove ConnectionOpenTry::with_previous_connection_id * Make previous_connection_id deprecated * remove mbt * Remove hold_oldest_height check * changelog * Output logs for handlers again * conn_open_ack: apply naming convention * conn_open_try apply naming convention * conn_open_init apply naming convention * conn_open_try naming fix * conn_open_confirm apply naming convention * Document naming convention * fmt * comments * Update crates/ibc/src/core/ics03_connection/handler.rs Co-authored-by: Shoaib Ahmed <[email protected]> Signed-off-by: Philippe Laferrière <[email protected]> * Move naming convention docstring * fix * update deprecated annotation Signed-off-by: Philippe Laferrière <[email protected]> Co-authored-by: Shoaib Ahmed <[email protected]>
- Loading branch information
Showing
31 changed files
with
472 additions
and
2,785 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/breaking-changes/156-connection-crossing-hellos
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,3 @@ | ||
- Remove crossing hellos logic from connection handshake. Breaking changes in | ||
connection message types. | ||
([#156](https://github.com/cosmos/ibc-rs/issues/156)). |
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 @@ | ||
- Connection consensus state proof verification now properly uses `consensus_height` | ||
([#168](https://github.com/cosmos/ibc-rs/issues/168)). |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/165-refactor-connection-proofs
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 @@ | ||
- Refactor connection proofs | ||
([#165](https://github.com/cosmos/ibc-rs/issues/165)). |
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.