-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat: implement ABCI Query via gRPC #11642
Conversation
@colin-axner @charleenfei, could you let me know if this addresses/closes #7036 please? |
this is a short term fix, ideally we can add this natively into grpc headers, this way relayers can make normal requests and get headers instead of using this endpoint |
Yeah there is an issue @aaronc created on that. We'll keep the issue open then but we should still get this in for IBC relayer UX. |
Co-authored-by: Amaury <[email protected]>
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.
Do people want this in v0.46? It's an API-breaking change, which requires changing your app.go, which I'd like to avoid
Would be really nice. I think chains want this, as it's a "nice-to-have". But it is Go API breaking, so technically we should not do it. |
I just want to pipe up in favor of including it in the 0.46 release. Its a significant improvement for clients and especially with IBC queries there are more usecases for this endpoint. We should def include this in the release with a small disclaimer. |
we agreed to backport as well. We agreed that the feature is well worth it |
Ok, I'm going to merge this and backport it then. |
(cherry picked from commit 3daa660) # Conflicts: # CHANGELOG.md
* feat: implement ABCI Query via gRPC (#11642) (cherry picked from commit 3daa660) # Conflicts: # CHANGELOG.md * updates Co-authored-by: Aleksandr Bezobchuk <[email protected]> Co-authored-by: Aleksandr Bezobchuk <[email protected]>
Description
ABCIQuery
gRPC query to the Tendermint gRPC ServicequeryServer
to now accept aabciQueryFn
that'll proxy the ABCI query request to the appreplaces: #11017
ref: #11012
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change