v0.38.1
July 23rd, 2024
This release enhances decoding of the AppHash
type by trying to decode it as base64 if it fails to decode as hex.
This release also updates prost
and prost-types
to their latest version in the tendermint
crate, something that was missed in the v0.38.0 release.
BREAKING CHANGES
[tendermint]
Bumpprost
andprost-types
to their latest versions in thetendermint
crate. This was missed in #1444, which only updated the two dependencies intendermint-rpc
, leading to duplicate versions of both crates to be present in the dependency graph. (#1446)
IMPROVEMENTS
[tendermint-rpc]
IfAppHash
fails to decode as hex, try to decode it as base64. (#1449)