-
Notifications
You must be signed in to change notification settings - Fork 305
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 cannot deserialize AppParameters from testnet-preview #3716
Comments
FYI preview deploys were stuck today: As of #3717 that should be resolved, and we'll correctly be serving latest |
Indeed, still a problem:
We can rule out these PRs as the cause of the problem:
because they hadn't been deployed at the time this issue was reported. |
it seems to be working for me, now. |
|
For me too:
I think I hadn't waited long enough for the public endpoints to update. I'll think more about how we can catch this more proactively: we should have |
thanks! |
Describe the bug
pcli cannot deserialize AppParameters from testnet-preview
To Reproduce
Steps to reproduce the behavior:
git checkout main
PENUMBRA_NODE_PD_URL="https://grpc.testnet-preview.penumbra.zone/" cargo run --release --bin pcli v list-tx-hashes
Expected behavior
pcli should be able to interact with grpc
Screenshots
Additional context
web clients are also unable to deserialize penumbra-zone/web#443
The text was updated successfully, but these errors were encountered: