Commit 437050d
authored
feat: enable GRPC server reflection (#2173)
Closes #2172
## Testing
```
$ grpcurl -plaintext 127.0.0.1:9098 list
grpc.reflection.v1.ServerReflection
grpc.reflection.v1alpha.ServerReflection
tendermint.rpc.grpc.BlobstreamAPI
tendermint.rpc.grpc.BlockAPI
tendermint.rpc.grpc.BroadcastAPI
```1 parent fcfad02 commit 437050d
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments