-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Query Protobuf Migration #5921
Comments
@blushi and @amaurymartiny to tackle x/upgrade and x/evidence |
x/crisis and x/distribution left. AFAICT x/crisis has no queries at all. I can take care of the last one x/distribution. |
Looks like x/distribution is being addressed in #6600 @amaurymartiny. Maybe you can get started on the cli query migrations starting with x/upgrade? |
The above item was checked, I just unchecked it:
Should we add specific flags for that? Ideally, imo, we'd have all the same configs both in flags and in toml. |
@amaurymartiny the toml config, as you've pointed out, is the defacto place for such configuration. Having complementary CLI flags is a plus, but not a hard requirement. i.e we should address it, but it's non-blocking as they can be added in future point releases. I noticed we have gRPC configuration but the toml file was not updated -- that needs to be fixed. Feel free to also add flags 👍 |
Summary
Query
gRPCservice
definition along withgoogle.api.http
REST routes intypes.proto
QueryServer
and wire it up to the app module (after GRPC querier init and bank #5953 is merged)Query
service:x/crisis(no queries)CLI query commands:
Some may be blocked on #6571.
x/crisis(no queries)BaseApp
x/mint
gRPC gateway routes #7214 Register gRPC Gateway routes #7173 Adds grpc tests for x/staking #7204All tackled in #6918:
google.api.http
proto filesThe text was updated successfully, but these errors were encountered: