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

Use abci_query instead of gRPC queries during health-check #4163

Closed
5 tasks
ljoss17 opened this issue Aug 26, 2024 · 0 comments · Fixed by #4102
Closed
5 tasks

Use abci_query instead of gRPC queries during health-check #4163

ljoss17 opened this issue Aug 26, 2024 · 0 comments · Fixed by #4102

Comments

@ljoss17
Copy link
Contributor

ljoss17 commented Aug 26, 2024

Summary

Updating to ibc-proto-rs v0.47.0 bumped tonic to v0.12 which seems to cause an issue with some gRPC queries.
Health check is failing for some chains with the error reason: error in underlying transport when making gRPC call.

Using the RPC endpoint and abci_query would avoid the issue caused by the new tonic version.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants
@ljoss17 and others