We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pcli view tx
Describe the bug pcli view tx errors
To Reproduce
Running `target/release/pcli -n testnet-preview.penumbra.zone view tx 6ef81aaaf9a70addce07bf12decce08409ab10b1a6ebdde2217d1e31c427e9e3` Scanning blocks from last sync height 16740 to latest height 16768 [0s] ██████████████████████████████████████████████████ 28/28 1820/s ETA: 0s Error: subtle encoding error Caused by: bad encoding Location: /Users/hdevalence/.cargo/registry/src/git.luolix.top-1ecc6299db9ec823/flex-error-0.4.4/src/tracer_impl/eyre.rs:10:9 Caused by: 0: subtle encoding error 1: bad encoding
The text was updated successfully, but these errors were encountered:
pcli: work around tendermint-rs Hash parsing
da90155
the `FromStr` implementation only accepts uppercase hashes. Closes #2092
pcli tx view
tendermint::Hash
FromStr
78607d8
Successfully merging a pull request may close this issue.
Describe the bug
pcli view tx
errorsTo Reproduce
The text was updated successfully, but these errors were encountered: