Skip to content
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

fix: restore no_std support for serde feature #790

Merged
merged 8 commits into from
Aug 23, 2023
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Bump ibc-proto-rs to v0.34.0
([#790](https://github.com/cosmos/ibc-rs/issues/790))
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/741-restore-no-std-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fix compilation error of v0.41.0 by restoring no_std support for serde
feature ([#741](https://github.com/cosmos/ibc-rs/issues/741))
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Switch to domain Tendermint event type instead of proto for the
`upgrade_client_proposal_handler` return
([#838](https://github.com/cosmos/ibc-rs/issues/838))
Loading
Loading