Skip to content

Commit

Permalink
proto: 🧪 upgrade to tonic 0.11 (#1422)
Browse files Browse the repository at this point in the history
* proto: 🧪 upgrade to tonic 0.11

* changelog: 📜 add entry noting tonic upgrade
  • Loading branch information
cratelyn authored May 22, 2024
1 parent 353b9c3 commit 1434375
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v0.37.0

### IMPROVEMENTS

- `[tendermint-proto]` upgrades its tonic dependency to tonic@0.11.
([\#1422](https://github.com/informalsystems/tendermint-rs/pull/1422))

## v0.36.0

This release brings substantial performance improvements to the voting power computation within the light client, improves the handling of misformed blocks (eg. with empty `last_commit` on non-first block) when decoding them from Protobuf or RPC responses, and adds missing `serde` derives on some Protobuf definitions.
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_bytes = { version = "0.11", default-features = false, features = ["alloc"]
subtle-encoding = { version = "0.5", default-features = false, features = ["hex", "base64", "alloc"] }
time = { version = "0.3", default-features = false, features = ["macros", "parsing"] }
flex-error = { version = "0.4.4", default-features = false }
tonic = { version = "0.10", optional = true }
tonic = { version = "0.11", optional = true }

[dev-dependencies]
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

0 comments on commit 1434375

Please sign in to comment.