feat: gRPC query for operator and chain configuration (#13485)

This commit is contained in:
Aleksandr Bezobchuk
2022-10-10 19:12:00 +00:00
committed by GitHub
parent 214b11dcba
commit c60c55616d
18 changed files with 1911 additions and 15 deletions
+1 -3
View File
@@ -69,11 +69,9 @@ func startInProcess(cfg Config, val *Validator) error {
val.ClientCtx = val.ClientCtx.
WithClient(val.RPCClient)
// Add the tx service in the gRPC router.
app.RegisterTxService(val.ClientCtx)
// Add the tendermint queries service in the gRPC router.
app.RegisterTendermintService(val.ClientCtx)
app.RegisterNodeService(val.ClientCtx)
}
if val.APIAddress != "" {