-
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.
* Update to tendermint 0.26 * Fix no-std-check with a temporary patch * Post-merge updates for tendermint 0.26 * ics04_channel::events: Use Option::map_or_else Option::map_or requires the alternative value to be non-lazily constructed, so we save some allocations. * Update ibc-proto to 0.22.0 * Rename TimeoutHeight::to_attribute_value Ramify the name as to_event_attribute_value for clarity. * Unpin tendermint version tendermint-rs is now committed to fully following Rust semver conventions. * Convert ClientIdAttribute like the rest of them * Changelog entry for #208 * connection events: remove an outdated comment * Derive derive_more::Into for ClientId
- Loading branch information
Showing
14 changed files
with
230 additions
and
319 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/208-tendermint-0.26.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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Update to tendermint-rs 0.26 and ibc-proto 0.22 | ||
([#208](https://github.com/cosmos/ibc-rs/issues/208)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.