Remove usage of grpc wherever possible in voyager modules and plugins #3394
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.
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.
The text was updated successfully, but these errors were encountered: