-
Notifications
You must be signed in to change notification settings - Fork 100
Release v0.48.0 #980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release v0.48.0 #980
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
58ac7b5
chore: prepare for v0.48.0 release
Farhad-Shabani 16bdeda
fix: remained from ibc restructure
Farhad-Shabani 1b5a9fc
chore: further touch up
Farhad-Shabani 22351c9
nit: broken link
Farhad-Shabani 9e654e9
fix: missing std features
Farhad-Shabani e2a0efe
fix: apply reviewer comments
Farhad-Shabani File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.