-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
292 additions
and
257 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../1054-re-export-all-google-proto-types.md → .../1054-re-export-all-google-proto-types.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-primitives] Re-exports additional google proto types, like `Timestamp` | ||
- [ibc-primitives] Re-export additional google proto types, like `Timestamp` | ||
and `Duration` for added convenience when developing IBC light clients or | ||
applications. ([\#1054](https://github.com/cosmos/ibc-rs/pull/1054)) |
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,15 @@ | ||
This release introduces several noteworthy libraries. A standout addition is the | ||
implementation of the ICS-721 NFT transfer application, enabling the transfer of | ||
NFT packets across chains that support this capability. | ||
|
||
In addition, It incorporates the ICS-08 Wasm light client data structure and | ||
types. This empowers light client developers to create CosmWasm contracts for | ||
deployment on Cosmos chains compatible with the version of `ibc-go` supporting | ||
ICS-08 Wasm client. | ||
|
||
Moreover, it exposes additional convenient types and serializers through | ||
`ibc-primitives` and includes a more flexible constructor for `MockContext` | ||
types within the `ibc-testkit` crate, allows for testing with diverse parameter | ||
combinations. | ||
|
||
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
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.