informalsystems / tendermint-rs

Client libraries for Tendermint/CometBFT in Rust!
Apache License 2.0
615 stars 225 forks source link

Release v0.38.0 #1442

Closed ljoss17 closed 4 months ago

tony-iqlusion commented 4 months ago

Would it be possible to get an upgrade to prost v0.13 into this release? It's currently at 0.12

romac commented 4 months ago

Yes, good idea!

tony-iqlusion commented 4 months ago

Opened a PR to bump prost/tonic here: https://github.com/informalsystems/tendermint-rs/pull/1444

Farhad-Shabani commented 4 months ago

From the perspective of ibc-rs, everything is fine as long as ibc-proto-rs can be properly upgraded with prost 0.13, since updates to tendermint-proto prompt corresponding updates in ibc-proto-rs.

romac commented 4 months ago

@Farhad-Shabani Here is the ibc-proto draft PR: https://github.com/cosmos/ibc-proto-rs/pull/223/

romac commented 4 months ago

@ljoss17 Now that https://github.com/informalsystems/tendermint-rs/pull/1444 is merged, can you please merge main and update the generated changelog?