v0.38.0
Important
tendermint-rs and CometBFT are versioned separately, and the version numbers seemingly matching at the moment is not intended.
July 15th, 2024
This release enhances /block_results
response handling, relaxes Block
validation, and adds support for the /genesis_chunked
RPC endpoint.
BREAKING CHANGES
- tendermint: relax validation rules on
Block
(#1435) [tendermint-proto]
: Updateprost
to v0.13 andtonic
to v0.12 (#1444)
BUG
[tendermint-rpc]
Deserialize an empty JSON object asNone
for theconsensus_param_updates
field in the/block_results
response. (#1440)
FEATURES
[tendermint-rpc]
Add support for the/genesis_chunked
RPC endpoint (#1438)