-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update changelog + summary deps: bump versions to v0.48.2
- Loading branch information
1 parent
3ed6023
commit 63b0de8
Showing
9 changed files
with
101 additions
and
77 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.