-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: prepare changelog * chore: bump versions * fix: release check * fix broken links * rm leading newline * nit: few typos * deps: update time * bump markdown-link-checker action --------- Co-authored-by: Ranadeep Biswas <[email protected]>
- Loading branch information
1 parent
230e7a5
commit be82d12
Showing
21 changed files
with
146 additions
and
96 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
.changelog/v0.49.1/breaking-changes/1014-better-client-id-new.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- `[ibc-core-host-types]` Introduce `ClientType::build_client_id` which avoids unnecessary validaiton. | ||
- `[ibc-core-host-types]` Introduce `ClientType::build_client_id` which avoids unnecessary validation. | ||
([#1014](https://github.com/cosmos/ibc-rs/issues/1014)) | ||
- `[ibc-core-host-types]` Optimise `ClientId::new` to avoid unnecessary validaiton and temporary | ||
- `[ibc-core-host-types]` Optimise `ClientId::new` to avoid unnecessary validation and temporary | ||
string allocation. ([#1014](https://github.com/cosmos/ibc-rs/issues/1014)) |
3 changes: 1 addition & 2 deletions
3
.changelog/v0.49.1/breaking-changes/839-add-memo-field-for-token-escrow.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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
- `[ibc-app-transfer]` Add `memo` field to `escrow-coins-*()` and | ||
`burn-coins-*()` methods, allowing implementors to pass in arbitrary data | ||
`burn-coins-*()` methods, allowing implementers to pass in arbitrary data | ||
necessary for their use case. | ||
([\#839](https://github.com/cosmos/ibc-rs/issues/837)) | ||
|
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...g-changes/1393-signer-parsing-from-ctx.md → ...g-changes/1393-signer-parsing-from-ctx.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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- [ibc-apps] Replace the `TryFrom<Signer>` bound on `AccountId` with new | ||
context methods, with the aim of contextually parsing `Signer` instances. | ||
([\#1393](https://github.com/cosmos/ibc-rs/pull/1393)) | ||
([\#1393](https://github.com/cosmos/ibc-rs/pull/1393)) |
File renamed without 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- [ibc] Added arbitrary trait implementation behind "arbitrary" feature flag. | ||
([\#1390](https://github.com/cosmos/ibc-rs/pull/1390)) |
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] Support asynchronous packet acknowledgements. | ||
([\#1392](https://github.com/cosmos/ibc-rs/pull/1392)) |
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,13 @@ | ||
This release introduces improvements to better support the **Packet Forward | ||
Middleware**, including asynchronous packet acknowledgments and enhanced | ||
contextual parsing of sender and receiver instances in ICS-20. The update | ||
removes the reliance on `TryFrom<Signer>` for parsing, improving flexibility in | ||
transaction handling. | ||
|
||
Additionally, the "arbitrary" feature flag now enables the implementation of the | ||
`Arbitrary` trait, enhancing testing capabilities. Furthermore, `Serde` support | ||
has been added for `Height` without `revision_number`, facilitating better | ||
interoperability with CosmWasm light clients operating on the `08-wasm` module | ||
of `ibc-go`. | ||
|
||
There are no consensus-breaking changes in this release. |
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: markdown-link-check | ||
uses: gaurav-nelson/[email protected].15 | ||
uses: gaurav-nelson/[email protected].16 | ||
with: | ||
config-file: ".github/markdown-link-check.json" | ||
use-quiet-mode: "yes" | ||
|
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
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.