Releases: informalsystems/tendermint-rs
Releases · informalsystems/tendermint-rs
v0.25.0
What's Changed
- Add more /abci_info test fixtures by @mzabaluev in #1164
- Bump async-tungstenite to 0.17 by @mzabaluev in #1167
- v0.23.x: Add support for HTTP Basic authentication to HTTP and WebSocket RPC clients by @romac in #1170
- Initialize the
main
branch by @thanethomson in #1172 - Add Tendermint Core compatibility note in readme by @thanethomson in #1178
- chore: Derive Eq to appease latest version of clippy by @thanethomson in #1191
- ci/docs: Update
master
references tomain
by @thanethomson in #1190 - Do not generate well-known protobuf types by @mzabaluev in #1189
- rpc: Fix deserialization of
DuplicateVoteEvidence
in/block_results
response by @romac in #1195 - chore: Fix clippy warnings for Rust v1.64 by @thanethomson in #1197
- Add support for Tendermint Core v0.34.21 by @thanethomson in #1198
- deps: Unpin time dependency by @thanethomson in #1199
- deps: Remove
wee_alloc
optional dependency by @thanethomson in #1201 - deps: Remove
ansi_term
dependency by @thanethomson in #1200 - Release v0.25.0 by @thanethomson in #1202
Full Changelog: v0.23.8...v0.25.0
v0.23.9
What's Changed
- Add more /abci_info test fixtures by @mzabaluev in #1164
- Bump async-tungstenite to 0.17 by @mzabaluev in #1167
- v0.23.x: Add support for HTTP Basic authentication to HTTP and WebSocket RPC clients by @romac in #1170
- Pin
time
to <0.3.12 to ensure we stay no-std compatible by @romac in #1174 - Add
debug!
trace for the outgoing RPC request by @romac in #1173 - Update Prost version to v0.11 by @thanethomson in #1171
- Release v0.23.9 by @thanethomson in #1177
Full Changelog: v0.23.8...v0.23.9