-
Services such as QuickNode support an x-token header for grpc authentication. It would be useful to use a QuickNode specific endpoint for the EVM gateway instead of the public endpoint.
-
When I try to run the grpc service method using grpcurl everything works fine but when I try to execute a command in grpcurl through 3rd party application it throws an error saying certificate signed …
-
`grpcurl -authority test.abc.com test.abc.com:443 test.HelloAPI/SayHello`
The above grpcurl command is able to connect to the server and it's working properly.
`grpcui -authority test.abc.com -…
-
Hi !
Here's an extract from the same shell on the same local server
❯ grpcurl -plaintext localhost:50051 list
Failed to list services: server does not support the reflection API
❯ grpc_cli l…
-
**Describe the bug**
setting convertGrpcStatus in https://docs.solo.io/gloo-edge/latest/reference/api/github.com/solo-io/gloo/projects/gloo/api/v1/options/grpc_json/grpc_json.proto.sk/ does not add g…
-
When I execute a `grpcurl` command to execute a call, and I provide multiple proto files that each import the same `common.proto`, then I get the error :
```
Failed to process proto source files.: g…
-
Feature request for your consideration.
`curl` does not retry by default, but it can be instructed to do so with the command line flags `--retry` and `--retry-all-errors`, maybe `grpcurl` should do…
-
官方给出了一个名为Grpcurl的调试工具(类似swagger)用以调试GRPC,我发现ProtoFirst可以使用,但是Codefirst不行。翻了一下源码发现调试工具使用反射来获取接口列表,使用ProtoBuff文件生成的类都包含Descriptor这个属性,想问下大佬有什么好的思路来实现CodeFirst也能够使用Grpcurl
-
In our code, we use `os.environ["PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION"] = "python"`
Because of this, float arrays sent with `grpcurl` are converted into double, i could be wrong on this.
In any ca…
-
customer: @paulcadman
performer:
deadline:
estimated:
started:
actual:
completed:
confirmed:
dependencies:
- [ ]
supersedes:
-
---
## Steps to reproduce:
1. checkout an `anoma/anoma…