-
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 for v0.48.0 release * fix: remained from ibc restructure * chore: further touch up * nit: broken link * fix: missing std features * fix: apply reviewer comments
- Loading branch information
1 parent
45b1c97
commit 6f04205
Showing
41 changed files
with
253 additions
and
119 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.
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 @@ | ||
- Add From implementation for ICS26 enum types to make it simpler to construct | ||
the types. ([\#938](https://github.com/cosmos/ibc-rs/pull/938)) |
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 @@ | ||
- Reduce vector allocations in Commitment computation. | ||
([\#939](https://github.com/cosmos/ibc-rs/pull/939)) |
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.
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,20 @@ | ||
In this release, we've undertaken a comprehensive overhaul of the **`ibc-rs`** | ||
repository, resulting in a strategic reorganization of the codebase. This | ||
restructuring dissects the implementation of each IBC specification, | ||
categorizing and situating them within relevant libraries. The primary objective | ||
is to elevate `ibc-rs` practicality and enhance user flexibility by providing a | ||
more modular and composable experience. | ||
|
||
Users now have the flexibility to choose from a spectrum of dependencies. They | ||
can opt to utilize the entire suite of meta-crates, such as `ibc`, `ibc-core`, | ||
`ibc-clients`, or `ibc-apps`. Alternatively, they can exercise fine-grained | ||
control by selectively importing specific crates. This can involve bringing in | ||
an entire implemented IBC sub-module, like the `ibc-core-client` crate, or | ||
importing only the associated data structures of a module, such as the | ||
`ibc-core-client-types` crate. | ||
|
||
Furthermore, this release introduces optimizations centered around construction | ||
and validation of ICS-24 host identifiers, aiming to curtail some heap | ||
allocations, beneficial for resource-constrained hosts. | ||
|
||
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.