v0.34.0
What's Changed
- Update to prost 0.12 and tonic 0.10 by @mzabaluev in #1349
- rpc: replace
hyper::Client
withreqwest::Client
by @mzabaluev in #1362 - Turn non-200 HTTP responses into an error instead of trying to parse the body as a JSON-RPC response by @romac in #1361
- Add support for secp256k1 consensus keys by @mkaczanowski in #1358
- Fix cargo warning by explicitly specifying a resolver for the workspace by @romac in #1363
- Update to CometBFT 0.38.0 release by @mzabaluev in #1365
- Release 0.34.0 by @mzabaluev in #1366
New Contributors
- @mkaczanowski made their first contribution in #1358
Full Changelog: v0.33.2...v0.34.0