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

Remove usage of grpc wherever possible in voyager modules and plugins #3394

Open
benluelo opened this issue Dec 19, 2024 · 0 comments
Open
Labels
A-voyager Area: Our voyager relayer C-enhancement Category: An issue proposing an enhancement or a PR with one. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-tedious Call for participation: An issue involves lots of work and is better handled as many small tasks.

Comments

@benluelo
Copy link
Contributor

For any grpc queries, it is possible to do them over ABCI: https://github.com/unionlabs/union/blob/main/voyager/modules/state/cosmos-sdk-union/src/main.rs#L116-L127

all grpc queries should be replaced with this.

@benluelo benluelo added C-enhancement Category: An issue proposing an enhancement or a PR with one. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-tedious Call for participation: An issue involves lots of work and is better handled as many small tasks. A-voyager Area: Our voyager relayer labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-voyager Area: Our voyager relayer C-enhancement Category: An issue proposing an enhancement or a PR with one. E-medium Call for participation: Medium difficulty. Experience needed to fix: Intermediate. E-tedious Call for participation: An issue involves lots of work and is better handled as many small tasks.
Projects
None yet
Development

No branches or pull requests

1 participant