-
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
Finish migration to grpc in IBC #6961
Comments
Also, sounds like we need to figure out how proofs will work with gRPC queries/queriers. |
So for the short term I'm going to add a ABCI query helper func similar to the one in the testing package to ensure the I think it is quite redundant to do a gRPC query and an ABCI query in the same call, so I will also open issue around my thoughts on how to handle adding proofs from within gRPC calls and at least get the conversation started around this issue. Though it isn't strictly necessary for 1.0 so I think its implementation is not high priority unless it seems to be relatively easy |
opened #7036 |
Unrelated to the comment above, but I think we should drop the support for the legacy REST server and just use gRPC + gateway for REST-like queries. |
I agree 👍 |
Summary
Now that client state and consensus states have been migrated to proto, the querier in IBC should be removed and the client/consensus state grpc functions should be added.
For Admin Use
The text was updated successfully, but these errors were encountered: