-
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.
- Loading branch information
1 parent
1930355
commit 869d153
Showing
5 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
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)) | ||
|
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