tendermint::Hash
's FromStr
should be case-insensitive
#1279
Labels
enhancement
New feature or request
tendermint::Hash
's FromStr
should be case-insensitive
#1279
Description
Recently I encountered an unintuitive error in
pcli
: penumbra-zone/penumbra#2092The cause was that
tendermint::Hash
'sFromStr
implementation is case-sensitive, so decoding a lower-case hash failed. We worked around this by uppercasing the string, but it feels like hash parsing should be case-insensitive.Definition of "done"
Hash parsing should be case-insensitive.
The text was updated successfully, but these errors were encountered: