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

Upgrade relayer/monitor to use gRPC cprovider #2252

Open
corverroos opened this issue Oct 23, 2024 · 0 comments
Open

Upgrade relayer/monitor to use gRPC cprovider #2252

corverroos opened this issue Oct 23, 2024 · 0 comments
Labels
sprint: ad hoc PRs or issues included mid-sprint

Comments

@corverroos
Copy link
Collaborator

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

  • 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.
@corverroos corverroos added the sprint: ad hoc PRs or issues included mid-sprint label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sprint: ad hoc PRs or issues included mid-sprint
Projects
None yet
Development

No branches or pull requests

1 participant