-
Notifications
You must be signed in to change notification settings - Fork 349
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
Provide ABCI query over gRPC #3422
Comments
Closed
2 tasks
2 tasks
cmwaters
added a commit
that referenced
this issue
May 2, 2024
cmwaters
added a commit
that referenced
this issue
May 2, 2024
Closes: #3422 We seemed to have forgotten to add the query function which means `ABCIQuery` wasn't working even although the grpc endpoint was exposed also related to: #3421<hr>This is an automatic backport of pull request #3423 done by [Mergify](https://mergify.com). Co-authored-by: Callum Waters <cmwaters19@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to use
tmservice.ServiceClient
as per celestiaorg/celestia-node#3357However
nil
is passed toRegisterTendermintService
.The text was updated successfully, but these errors were encountered: