Skip to content

Commit d8d4973

Browse files
fix: restore no_std support for serde feature (#790)
* fix: restore no_std support for serde feature * deps: bump ibc-proto-rs to v0.34.0 * fix: reflect changes b/c of ibc-proto-rs * imp: comply naming + use better domain type for host_consensus_state * fix: apply host_cons_state_proof changes for conn_open_ack * fix: use domain TmEvent instead of proto for upgrade client proposal handler * misc: add a unclog for ibc-proto-rs upgrade
1 parent a9cfd86 commit d8d4973

File tree

17 files changed

+218
-620
lines changed

17 files changed

+218
-620
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Bump ibc-proto-rs to v0.34.0
2+
([#790](https://github.com/cosmos/ibc-rs/issues/790))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Fix compilation error of v0.41.0 by restoring no_std support for serde
2+
feature ([#741](https://github.com/cosmos/ibc-rs/issues/741))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Switch to domain Tendermint event type instead of proto for the
2+
`upgrade_client_proposal_handler` return
3+
([#838](https://github.com/cosmos/ibc-rs/issues/838))

0 commit comments

Comments
 (0)