This release brings breaking changes, updating the ExtendVote request
data structure to the changes in the CometBFT 0.38.0 release.
The gRPC stack has been updated to prost 0.12 and tonic 0.10.
The RPC client for HTTP has been reimplemented using reqwest.
Support for Secp256k1 consensus keys has been added as an optional feature.
BREAKING CHANGES
[tendermint-proto] Update dependencies to prost 0.12 and tonic 0.10
(#1349)
The Http variant now has Error from reqwest as the source.
Added the InvalidProxy variant.
The tungstenite dependency exposed through its Error type in
WebSocket-related variants has been updated to version 0.20.x.
[tendermint-rpc] Removed a TryFrom<HttpClientUrl> conversion for
hyper::Uri as hyper is no longer a direct dependency
(#1362).
[tendermint-proto] Update v0_38 bindings to CometFBT release 0.38.0
(#1365).
[tendermint] Add fields to abci::request::ExtendVote to represent
the fields added to the abci.RequestExtendVote protobuf message since
the 0.38.0-rc3 release
(#1365).
FEATURES
[tendermint] Add support for secp256k1 consensus keys
(#1364)
IMPROVEMENTS
[tendermint-rpc] Turn non-200 HTTP response into an error
instead of trying to parse the body as a JSON-RPC response
(#1359)
SECURITY
[tendermint-rpc] Address the RUSTSEC-2023-0052 vulnerability by dropping
dependency on hyper-proxy and changing the HTTP client to use reqwest
(#1342).
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps tendermint from 0.30.0 to 0.34.0.
Release notes
Sourced from tendermint's releases.
... (truncated)
Changelog
Sourced from tendermint's changelog.
... (truncated)
Commits
bcc0b37
Release 0.34.0 (#1366)7db0413
Update to CometBFT 0.38.0 release (#1365)33b3c10
Fix cargo warning by explicitly specifying a resolver for the workspace (#1363)8088b34
Add support for secp256k1 consensus keys (#1358)43cce0b
Turn non-200 HTTP responses into an error instead of trying to parse the body...93877da
rpc: replacehyper::Client
withreqwest::Client
(#1362)89da5f6
Update to prost 0.12 and tonic 0.10 (#1349)4d81b67
Release 0.33.2 (#1354)6d4e538
CI: doc build fix, update actions/checkout (#1355)ff7a864
tendermint-testgen: Addapp_hash
field toHeader
(#1344)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show