-
Notifications
You must be signed in to change notification settings - Fork 296
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
penumbra.util.tendermint_proxy.v1.TendermintProxyService.GetBlocksByHeight seems broken #4543
Comments
I'm trying to write a test script for it locally but having some trouble. I can call it with grpcurl at least, but the golang protobuf library isn't playing nicely with the way cometbft encoded timestamps:
and I can't find a command line flag to tell I then tried writing a test script in Rust, and was able to call against localhost, but not the testnet endpoint:
^^ that works
^^ that doesn't:
I have no idea why it would get a 404 on grpc.testnet.penumbra.zone but not localhost, especially considering that I was able to |
The underlying issue with using
|
Figured it out, that was Tonic feature flags. I'm able to call the API from rust code now and get a response so I don't think the API is actually broken however there is an issue in that historical data is unavailable post-upgrade. I know @conorsch has been looking at things in that domain, maybe there's a fix? |
Using an |
Closing as this isn't actually "broken" (well besides the nanos thing) and we need to build our own RPC endpoint |
Describe the bug
GetBlocksByHeight fails to respond for any attempted height
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Block data is returned
Screenshots
The text was updated successfully, but these errors were encountered: