You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Summary
Updating to
ibc-proto-rs v0.47.0
bumpedtonic
tov0.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 newtonic
version.For Admin Use
The text was updated successfully, but these errors were encountered: