Skip to content
New issue

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 is broken #2092

Closed
hdevalence opened this issue Mar 4, 2023 · 0 comments · Fixed by #2100
Closed

pcli view tx is broken #2092

hdevalence opened this issue Mar 4, 2023 · 0 comments · Fixed by #2100

Comments

@hdevalence
Copy link
Member

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
hdevalence added a commit that referenced this issue Mar 5, 2023
the `FromStr` implementation only accepts uppercase hashes.

Closes #2092
hdevalence added a commit that referenced this issue Mar 5, 2023
the `FromStr` implementation only accepts uppercase hashes.

Closes #2092
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant