-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refine IBC Integration & app.go Refactor #138
Conversation
I get the following error:
Does this work on your side? |
good catch. I'm debugging. |
@hacheigriega I reverted the encoding config changes. It was registering proto's twice. We can save this for later when we officially migrate to v0.50 |
@@ -1043,7 +1101,7 @@ func (app *App) RegisterAPIRoutes(apiSvr *api.Server, apiConfig config.APIConfig | |||
nodeservice.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter) | |||
|
|||
// Register grpc-gateway routes for all modules. | |||
app.BasicModuleManager().RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter) | |||
ModuleBasics.RegisterGRPCGatewayRoutes(clientCtx, apiSvr.GRPCGatewayRouter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this causing a specific issue?
063271f
to
399da75
Compare
Motivation
(Write your motivation here)
Explanation of Changes
(Write your explanation here)
Testing
(Write your test plan here)
Related PRs and Issues
(Link your related PRs and Issues here)