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
We have added support for gRPC state queries in halo. Relayer and monitor are however still using the legacy CometBFT RPC. We should upgrade them to using gRPC instead.
Proposed Solution
Ensure that the gRPC port is accessible to the internal network in e2e.
Add a --halo-grpc-url flag to relayer and monitor config.
Wire relayer and monitor to with associated grpc endpoints.
Add newCProvider method that returns either gRPC otherwise Comet based impl. See halo/app/start.go.
The text was updated successfully, but these errors were encountered:
Problem to Solve
We have added support for gRPC state queries in halo. Relayer and monitor are however still using the legacy CometBFT RPC. We should upgrade them to using gRPC instead.
Proposed Solution
--halo-grpc-url
flag to relayer and monitor config.newCProvider
method that returns either gRPC otherwise Comet based impl. Seehalo/app/start.go
.The text was updated successfully, but these errors were encountered: