This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
GRPCClient for invoking gRPC server #108
Labels
Type: Bug 🪲
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Hello, I am using lens as a Go package to build an indexer, and I have a requirement to use the gRPC server over the RPC server. I see you may have started to add gRPC client support in some areas, but when I try to use the GRPCAddr in ChainClientConfig and call Invoke one of the gRPC methods, I believe it is still trying to reach out to the RPC server instead because it gives me an
rpc error: code = Unknown desc = unknown query path: unknown request
error.
Is gRPC querying to the gRPC server not supported? And if not, is this something that will be available in the future? Thanks!
The text was updated successfully, but these errors were encountered: