-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: packet sequence in Timeout handlers should be encoded in big-endian (#1004) * fix: encode package sequence into big endian bytes * Fix this issue in `to_vec` method. * fix: recursive call in connection `State` conversion to `i32` (#1010) * fix state conversion recursive call * replace match with casting Co-authored-by: Michal Nazarewicz <[email protected]> Signed-off-by: Dhruv D Jain <[email protected]> * chore: add unclog * nit --------- Signed-off-by: Dhruv D Jain <[email protected]> Co-authored-by: Michal Nazarewicz <[email protected]> Co-authored-by: Farhad Shabani <[email protected]> * Release v0.48.2 chore: update changelog + summary deps: bump versions to v0.48.2 --------- Signed-off-by: Dhruv D Jain <[email protected]> Co-authored-by: Yuanchao Sun <[email protected]> Co-authored-by: Dhruv D Jain <[email protected]> Co-authored-by: Michal Nazarewicz <[email protected]>
- Loading branch information
1 parent
7c4a428
commit 2be0344
Showing
9 changed files
with
245 additions
and
184 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
.changelog/unreleased/bug-fixes/1004-fix-packet-sequence-encoding.md
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...nreleased/bug-fixes/1010-fix-recursive-call-in-conn-state-converstion-to-i32.md
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.48.2/bug-fixes/1004-fix-packet-sequence-encoding.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 @@ | ||
- `[ibc-core-host-types]` Encode packet sequence into a big endian bytes. | ||
([\#1004](https://github.com/cosmos/ibc-rs/pull/1004)) |
2 changes: 2 additions & 0 deletions
2
...g/v0.48.2/bug-fixes/1010-fix-recursive-call-in-conn-state-converstion-to-i32.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 @@ | ||
- `[ibc-core-connection-types]` Fix recursive call in connection `State` | ||
conversion to `i32` ([\#1010](https://github.com/cosmos/ibc-rs/issues/1010)) |
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,6 @@ | ||
This patch release resolves two issues. It corrects the packet sequence number | ||
encoding within Timeout message handlers to align with the big-endian format and | ||
addresses a recursive call error during the conversion from connection `State` | ||
to `i32`. | ||
|
||
There are no consensus-breaking changes. |
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.