abci: Change hashes' type from bytes::Bytes
to tendermint::Hash
#1095
Labels
abci
domain-types
Anything relating to the creation, modification or removal of domain types
enhancement
New feature or request
Version(s) of tendermint-rs:
master
Description
Related to #1090.
At the moment, several data structures in the
tendermint
crate'sabci
module havehash
members of typebytes::Bytes
(e.g.BeginBlock
). I'd like to rather make these of typetendermint::Hash
.We can easily provide a conversion for non-empty hashes to
bytes::Bytes
.cc @hdevalence
Definition of "done"
When all
hash
fields in structs in thetendermint::abci
module are of typetendermint::Hash
.The text was updated successfully, but these errors were encountered: