From 99ed0b914002710cc8eb589d5ae3a58d49537c62 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Thu, 14 Mar 2024 13:00:53 +0100 Subject: [PATCH] Release v0.35.0 (#1397) * Fix changelog entry filename * Bump version to v0.35.0 * Release changelog --- .../breaking-changes/1371-eyre_tracer.md} | 0 .../1375-allow-null-in-event-attributes.md | 0 .../1382-add-codespace-error.md | 0 .../bug-fixes/1391-block-results-not-ok.md | 0 .../bug-fixes/1393-p2p-data-corruption.md | 0 .../improvements/1374-compatmode-instances.md | 0 .../1378-expose-rpc-client-builders.md | 0 .../improvements/1379-rpc-http-timeout.md | 0 .../1395-optimize-voting-power-calculation.md | 0 .changelog/v0.35.0/summary.md | 5 +++ CHANGELOG.md | 42 +++++++++++++++++++ abci/Cargo.toml | 4 +- config/Cargo.toml | 4 +- light-client-cli/Cargo.toml | 10 ++--- light-client-detector/Cargo.toml | 10 ++--- light-client-js/Cargo.toml | 6 +-- light-client-verifier/Cargo.toml | 4 +- light-client/Cargo.toml | 8 ++-- p2p/Cargo.toml | 8 ++-- pbt-gen/Cargo.toml | 2 +- proto/Cargo.toml | 2 +- rpc/Cargo.toml | 8 ++-- std-ext/Cargo.toml | 2 +- tendermint/Cargo.toml | 4 +- test/Cargo.toml | 2 +- testgen/Cargo.toml | 4 +- tools/abci-test/Cargo.toml | 8 ++-- tools/kvstore-test/Cargo.toml | 6 +-- tools/rpc-probe/Cargo.toml | 2 +- 29 files changed, 94 insertions(+), 47 deletions(-) rename .changelog/{unreleased/breaking-changes/eyre_tracer.md => v0.35.0/breaking-changes/1371-eyre_tracer.md} (100%) rename .changelog/{unreleased => v0.35.0}/breaking-changes/1375-allow-null-in-event-attributes.md (100%) rename .changelog/{unreleased => v0.35.0}/breaking-changes/1382-add-codespace-error.md (100%) rename .changelog/{unreleased => v0.35.0}/bug-fixes/1391-block-results-not-ok.md (100%) rename .changelog/{unreleased => v0.35.0}/bug-fixes/1393-p2p-data-corruption.md (100%) rename .changelog/{unreleased => v0.35.0}/improvements/1374-compatmode-instances.md (100%) rename .changelog/{unreleased => v0.35.0}/improvements/1378-expose-rpc-client-builders.md (100%) rename .changelog/{unreleased => v0.35.0}/improvements/1379-rpc-http-timeout.md (100%) rename .changelog/{unreleased => v0.35.0}/improvements/1395-optimize-voting-power-calculation.md (100%) create mode 100644 .changelog/v0.35.0/summary.md diff --git a/.changelog/unreleased/breaking-changes/eyre_tracer.md b/.changelog/v0.35.0/breaking-changes/1371-eyre_tracer.md similarity index 100% rename from .changelog/unreleased/breaking-changes/eyre_tracer.md rename to .changelog/v0.35.0/breaking-changes/1371-eyre_tracer.md diff --git a/.changelog/unreleased/breaking-changes/1375-allow-null-in-event-attributes.md b/.changelog/v0.35.0/breaking-changes/1375-allow-null-in-event-attributes.md similarity index 100% rename from .changelog/unreleased/breaking-changes/1375-allow-null-in-event-attributes.md rename to .changelog/v0.35.0/breaking-changes/1375-allow-null-in-event-attributes.md diff --git a/.changelog/unreleased/breaking-changes/1382-add-codespace-error.md b/.changelog/v0.35.0/breaking-changes/1382-add-codespace-error.md similarity index 100% rename from .changelog/unreleased/breaking-changes/1382-add-codespace-error.md rename to .changelog/v0.35.0/breaking-changes/1382-add-codespace-error.md diff --git a/.changelog/unreleased/bug-fixes/1391-block-results-not-ok.md b/.changelog/v0.35.0/bug-fixes/1391-block-results-not-ok.md similarity index 100% rename from .changelog/unreleased/bug-fixes/1391-block-results-not-ok.md rename to .changelog/v0.35.0/bug-fixes/1391-block-results-not-ok.md diff --git a/.changelog/unreleased/bug-fixes/1393-p2p-data-corruption.md b/.changelog/v0.35.0/bug-fixes/1393-p2p-data-corruption.md similarity index 100% rename from .changelog/unreleased/bug-fixes/1393-p2p-data-corruption.md rename to .changelog/v0.35.0/bug-fixes/1393-p2p-data-corruption.md diff --git a/.changelog/unreleased/improvements/1374-compatmode-instances.md b/.changelog/v0.35.0/improvements/1374-compatmode-instances.md similarity index 100% rename from .changelog/unreleased/improvements/1374-compatmode-instances.md rename to .changelog/v0.35.0/improvements/1374-compatmode-instances.md diff --git a/.changelog/unreleased/improvements/1378-expose-rpc-client-builders.md b/.changelog/v0.35.0/improvements/1378-expose-rpc-client-builders.md similarity index 100% rename from .changelog/unreleased/improvements/1378-expose-rpc-client-builders.md rename to .changelog/v0.35.0/improvements/1378-expose-rpc-client-builders.md diff --git a/.changelog/unreleased/improvements/1379-rpc-http-timeout.md b/.changelog/v0.35.0/improvements/1379-rpc-http-timeout.md similarity index 100% rename from .changelog/unreleased/improvements/1379-rpc-http-timeout.md rename to .changelog/v0.35.0/improvements/1379-rpc-http-timeout.md diff --git a/.changelog/unreleased/improvements/1395-optimize-voting-power-calculation.md b/.changelog/v0.35.0/improvements/1395-optimize-voting-power-calculation.md similarity index 100% rename from .changelog/unreleased/improvements/1395-optimize-voting-power-calculation.md rename to .changelog/v0.35.0/improvements/1395-optimize-voting-power-calculation.md diff --git a/.changelog/v0.35.0/summary.md b/.changelog/v0.35.0/summary.md new file mode 100644 index 000000000..0e8a4bd7e --- /dev/null +++ b/.changelog/v0.35.0/summary.md @@ -0,0 +1,5 @@ +This release brings breaking changes related to `flex-error`, +`EventAttribute` fields and `/tx_broadcast` `Response` struct, +as well as a critical bug fix for `tendermint-p2p`, +multiple improvements to `tendermint-rpc` and +a performance optimization for `tendermint-light-client-verifier`. diff --git a/CHANGELOG.md b/CHANGELOG.md index ea263ea73..cd99f71ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # CHANGELOG +## v0.35.0 + +This release brings breaking changes related to `flex-error`, +`EventAttribute` fields and `/tx_broadcast` `Response` struct, +as well as a critical bug fix for `tendermint-p2p`, +multiple improvements to `tendermint-rpc` and +a performance optimization for `tendermint-light-client-verifier`. + +### BREAKING CHANGES + +- Don’t enable `flex-error/eyre_tracer` feature in crates which don’t + use eyre directly. If you’re using eyre, and no other crate enables + it, you may need to enable that explicitly. + ([\#1371](https://github.com/informalsystems/tendermint-rs/pull/1371)) +- `[tendermint]` Allow null values in `key` and `value` fields of + `EventAttribute` when deserializing. The serialization schema for the fields + is changed to `Option` + ([\#1375](https://github.com/informalsystems/tendermint-rs/issues/1375)). +- `[tendermint-rpc]` Add the `codespace` field to the Tx sync and async broadcast `Response` + ([\#1382](https://github.com/informalsystems/tendermint-rs/issues/1382)) + +### BUG FIXES + +- `[tendermint-p2p]` Fix data corruption on sending long messages via `SecretConnection` + ([\#1393](https://github.com/informalsystems/tendermint-rs/pull/1393)) +- `[tendermint-rpc]` Fix deserialization of `/block_results` response when some + tx results are non-ok ([\#1391](https://github.com/informalsystems/tendermint-rs/pull/1391)) + +### IMPROVEMENTS + +- `[tendermint-rpc]` Export the `http`, `websocket` + modules under `client`, each with the public `Builder` type + ([\#1378](https://github.com/informalsystems/tendermint-rs/pull/1378)). +- `[tendermint-rpc]` Allow specifying a request timeout for the RPC `HttpClient`. + `http::Builder` now provides a `.timeout(Duration)` method to specify the request timeout. + If not specified, the default value is 30 seconds. + ([\#1379](https://github.com/informalsystems/tendermint-rs/issues/1379)) +- `[tendermint-rpc]` Add `FromStr`, `Serialize` and `Deserialize` instances + to `CompatMode` ([\#1374](https://github.com/informalsystems/tendermint-rs/issues/1374)) +- `[tendermint-light-client-verifier]` Optimizing voting power calculation by breaking the loop when we have enough voting power + ([#1378](https://github.com/informalsystems/tendermint-rs/pull/1395)). + ## v0.34.0 This release brings breaking changes, updating the `ExtendVote` request diff --git a/abci/Cargo.toml b/abci/Cargo.toml index f8093b48d..3bbb4d2b9 100644 --- a/abci/Cargo.toml +++ b/abci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-abci" -version = "0.34.0" +version = "0.35.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0" @@ -33,7 +33,7 @@ binary = [ [dependencies] bytes = { version = "1.0", default-features = false } prost = { version = "0.12", default-features = false } -tendermint-proto = { version = "0.34.0", default-features = false, path = "../proto" } +tendermint-proto = { version = "0.35.0", default-features = false, path = "../proto" } tracing = { version = "0.1", default-features = false } flex-error = { version = "0.4.4", default-features = false } structopt = { version = "0.3", optional = true, default-features = false } diff --git a/config/Cargo.toml b/config/Cargo.toml index 62614c809..ab9eef4c0 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-config" -version = "0.34.0" # Also update depending crates (rpc, light-node, ..) when bumping this. +version = "0.35.0" # Also update depending crates (rpc, light-node, ..) when bumping this. license = "Apache-2.0" homepage = "https://www.tendermint.com/" repository = "https://github.com/informalsystems/tendermint-rs/tree/main/tendermint" @@ -24,7 +24,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -tendermint = { version = "0.34.0", default-features = false, features = ["rust-crypto"], path = "../tendermint" } +tendermint = { version = "0.35.0", default-features = false, features = ["rust-crypto"], path = "../tendermint" } flex-error = { version = "0.4.4", default-features = false } serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/light-client-cli/Cargo.toml b/light-client-cli/Cargo.toml index fab0aed85..eeee016a0 100644 --- a/light-client-cli/Cargo.toml +++ b/light-client-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-light-client-cli" -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -23,10 +23,10 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -tendermint = { version = "0.34.0", path = "../tendermint" } -tendermint-rpc = { version = "0.34.0", path = "../rpc", features = ["http-client"] } -tendermint-light-client = { version = "0.34.0", path = "../light-client" } -tendermint-light-client-detector = { version = "0.34.0", path = "../light-client-detector" } +tendermint = { version = "0.35.0", path = "../tendermint" } +tendermint-rpc = { version = "0.35.0", path = "../rpc", features = ["http-client"] } +tendermint-light-client = { version = "0.35.0", path = "../light-client" } +tendermint-light-client-detector = { version = "0.35.0", path = "../light-client-detector" } clap = { version = "4.1.8", features = ["derive"] } color-eyre = "0.6.2" diff --git a/light-client-detector/Cargo.toml b/light-client-detector/Cargo.toml index 9b3342ee6..7f9aac494 100644 --- a/light-client-detector/Cargo.toml +++ b/light-client-detector/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-light-client-detector" -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -23,10 +23,10 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -tendermint = { version = "0.34.0", path = "../tendermint" } -tendermint-rpc = { version = "0.34.0", path = "../rpc", features = ["http-client"] } -tendermint-proto = { version = "0.34.0", path = "../proto" } -tendermint-light-client = { version = "0.34.0", path = "../light-client" } +tendermint = { version = "0.35.0", path = "../tendermint" } +tendermint-rpc = { version = "0.35.0", path = "../rpc", features = ["http-client"] } +tendermint-proto = { version = "0.35.0", path = "../proto" } +tendermint-light-client = { version = "0.35.0", path = "../light-client" } crossbeam-channel = { version = "0.5.11", default-features = false } derive_more = { version = "0.99.5", default-features = false, features = ["display"] } diff --git a/light-client-js/Cargo.toml b/light-client-js/Cargo.toml index 29d29f230..0a0a90e21 100644 --- a/light-client-js/Cargo.toml +++ b/light-client-js/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-light-client-js" -version = "0.34.0" +version = "0.35.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0" @@ -22,8 +22,8 @@ default = ["console_error_panic_hook"] [dependencies] serde = { version = "1.0", default-features = false, features = [ "derive" ] } serde_json = { version = "1.0", default-features = false } -tendermint = { version = "0.34.0", default-features = false, path = "../tendermint" } -tendermint-light-client-verifier = { version = "0.34.0", features = ["rust-crypto"], default-features = false, path = "../light-client-verifier" } +tendermint = { version = "0.35.0", default-features = false, path = "../tendermint" } +tendermint-light-client-verifier = { version = "0.35.0", features = ["rust-crypto"], default-features = false, path = "../light-client-verifier" } wasm-bindgen = { version = "0.2.63", default-features = false, features = [ "serde-serialize" ] } serde-wasm-bindgen = { version = "0.4.5", default-features = false } diff --git a/light-client-verifier/Cargo.toml b/light-client-verifier/Cargo.toml index ae46d809f..25b003e66 100644 --- a/light-client-verifier/Cargo.toml +++ b/light-client-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-light-client-verifier" -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -27,7 +27,7 @@ default = ["rust-crypto", "flex-error/std"] rust-crypto = ["tendermint/rust-crypto"] [dependencies] -tendermint = { version = "0.34.0", path = "../tendermint", default-features = false } +tendermint = { version = "0.35.0", path = "../tendermint", default-features = false } derive_more = { version = "0.99.5", default-features = false, features = ["display"] } serde = { version = "1.0.106", default-features = false } diff --git a/light-client/Cargo.toml b/light-client/Cargo.toml index 81ac315d9..42779067c 100644 --- a/light-client/Cargo.toml +++ b/light-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-light-client" -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" readme = "README.md" @@ -35,9 +35,9 @@ unstable = ["rust-crypto"] mbt = ["rust-crypto"] [dependencies] -tendermint = { version = "0.34.0", path = "../tendermint", default-features = false } -tendermint-rpc = { version = "0.34.0", path = "../rpc", default-features = false } -tendermint-light-client-verifier = { version = "0.34.0", path = "../light-client-verifier", default-features = false } +tendermint = { version = "0.35.0", path = "../tendermint", default-features = false } +tendermint-rpc = { version = "0.35.0", path = "../rpc", default-features = false } +tendermint-light-client-verifier = { version = "0.35.0", path = "../light-client-verifier", default-features = false } contracts = { version = "0.6.2", default-features = false } crossbeam-channel = { version = "0.5.11", default-features = false, features = ["std"] } diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml index 8542a3f2b..bb3c0216c 100644 --- a/p2p/Cargo.toml +++ b/p2p/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-p2p" -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/informalsystems/tendermint-rs" @@ -44,9 +44,9 @@ aead = { version = "0.5", default-features = false } flex-error = { version = "0.4.4", default-features = false } # path dependencies -tendermint = { path = "../tendermint", version = "0.34.0", default-features = false } -tendermint-proto = { path = "../proto", version = "0.34.0", default-features = false } -tendermint-std-ext = { path = "../std-ext", version = "0.34.0", default-features = false } +tendermint = { path = "../tendermint", version = "0.35.0", default-features = false } +tendermint-proto = { path = "../proto", version = "0.35.0", default-features = false } +tendermint-std-ext = { path = "../std-ext", version = "0.35.0", default-features = false } # optional dependencies prost-derive = { version = "0.12", optional = true } diff --git a/pbt-gen/Cargo.toml b/pbt-gen/Cargo.toml index d6740c1a0..78b5868ac 100644 --- a/pbt-gen/Cargo.toml +++ b/pbt-gen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-pbt-gen" -version = "0.34.0" +version = "0.35.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0" diff --git a/proto/Cargo.toml b/proto/Cargo.toml index 07418433e..f978f2268 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-proto" -version = "0.34.0" +version = "0.35.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 462f775b5..9b4fdc1f0 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-rpc" -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" homepage = "https://www.tendermint.com/" @@ -55,9 +55,9 @@ websocket-client = [ ] [dependencies] -tendermint = { version = "0.34.0", default-features = false, path = "../tendermint" } -tendermint-config = { version = "0.34.0", path = "../config", default-features = false } -tendermint-proto = { version = "0.34.0", path = "../proto", default-features = false } +tendermint = { version = "0.35.0", default-features = false, path = "../tendermint" } +tendermint-config = { version = "0.35.0", path = "../config", default-features = false } +tendermint-proto = { version = "0.35.0", path = "../proto", default-features = false } async-trait = { version = "0.1", default-features = false } bytes = { version = "1.0", default-features = false } diff --git a/std-ext/Cargo.toml b/std-ext/Cargo.toml index bcdd64343..4c4a4f9ff 100644 --- a/std-ext/Cargo.toml +++ b/std-ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-std-ext" -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" homepage = "https://www.tendermint.com/" diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index a5754b519..4d60c0b30 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint" -version = "0.34.0" # Also update depending crates (rpc, light-node, etc..) when bumping this . +version = "0.35.0" # Also update depending crates (rpc, light-node, etc..) when bumping this . license = "Apache-2.0" homepage = "https://www.tendermint.com/" repository = "https://github.com/informalsystems/tendermint-rs/tree/main/tendermint" @@ -44,7 +44,7 @@ serde_repr = { version = "0.1", default-features = false } signature = { version = "2", default-features = false, features = ["alloc"] } subtle = { version = "2", default-features = false } subtle-encoding = { version = "0.5", default-features = false, features = ["bech32-preview"] } -tendermint-proto = { version = "0.34.0", default-features = false, path = "../proto" } +tendermint-proto = { version = "0.35.0", default-features = false, path = "../proto" } time = { version = "0.3", default-features = false, features = ["macros", "parsing"] } zeroize = { version = "1.1", default-features = false, features = ["zeroize_derive", "alloc"] } flex-error = { version = "0.4.4", default-features = false } diff --git a/test/Cargo.toml b/test/Cargo.toml index 8e3cc5ef1..f5518081c 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tendermint-test" description = "Tendermint workspace tests and common utilities for testing." -version = "0.34.0" +version = "0.35.0" edition = "2021" license = "Apache-2.0" categories = ["development", "test", "tools"] diff --git a/testgen/Cargo.toml b/testgen/Cargo.toml index eb8ae35ab..6429c54cf 100644 --- a/testgen/Cargo.toml +++ b/testgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-testgen" -version = "0.34.0" +version = "0.35.0" authors = ["Informal Systems "] edition = "2021" readme = "README.md" @@ -16,7 +16,7 @@ description = """ """ [dependencies] -tendermint = { version = "0.34.0", path = "../tendermint", features = ["clock"] } +tendermint = { version = "0.35.0", path = "../tendermint", features = ["clock"] } serde = { version = "1", default-features = false, features = ["derive"] } serde_json = { version = "1", default-features = false, features = ["std"] } ed25519-consensus = { version = "2", default-features = false } diff --git a/tools/abci-test/Cargo.toml b/tools/abci-test/Cargo.toml index 6d3a680a4..6d03b16ce 100644 --- a/tools/abci-test/Cargo.toml +++ b/tools/abci-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "abci-test" -version = "0.34.0" +version = "0.35.0" authors = ["Informal Systems "] edition = "2021" description = """ @@ -14,9 +14,9 @@ description = """ flex-error = { version = "0.4.4", default-features = false, features = ["std"] } futures = "0.3" structopt = "0.3" -tendermint = { version = "0.34.0", path = "../../tendermint" } -tendermint-config = { version = "0.34.0", path = "../../config" } -tendermint-rpc = { version = "0.34.0", path = "../../rpc", features = [ "websocket-client" ] } +tendermint = { version = "0.35.0", path = "../../tendermint" } +tendermint-config = { version = "0.35.0", path = "../../config" } +tendermint-rpc = { version = "0.35.0", path = "../../rpc", features = [ "websocket-client" ] } tracing = "0.1" tracing-subscriber = "0.2" tokio = { version = "1.20", features = ["full"] } diff --git a/tools/kvstore-test/Cargo.toml b/tools/kvstore-test/Cargo.toml index b070d257b..c59d59951 100644 --- a/tools/kvstore-test/Cargo.toml +++ b/tools/kvstore-test/Cargo.toml @@ -11,9 +11,9 @@ edition = "2021" [dev-dependencies] futures = "0.3" sha2 = "0.10" -tendermint = { version = "0.34.0", path = "../../tendermint" } -tendermint-light-client = { version = "0.34.0", path = "../../light-client", features = ["unstable"] } -tendermint-rpc = { version = "0.34.0", path = "../../rpc", features = [ "http-client", "websocket-client" ] } +tendermint = { version = "0.35.0", path = "../../tendermint" } +tendermint-light-client = { version = "0.35.0", path = "../../light-client", features = ["unstable"] } +tendermint-rpc = { version = "0.35.0", path = "../../rpc", features = [ "http-client", "websocket-client" ] } tokio = { version = "1.0", features = [ "rt-multi-thread", "macros" ] } tracing = "0.1" tracing-subscriber = "0.3" diff --git a/tools/rpc-probe/Cargo.toml b/tools/rpc-probe/Cargo.toml index a5dc0aea7..d27eaaa46 100644 --- a/tools/rpc-probe/Cargo.toml +++ b/tools/rpc-probe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tendermint-rpc-probe" -version = "0.34.0" +version = "0.35.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"