We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We switched to v1beta2 query server in #10868. We should add the v1beta1 one too for backwards-compatibility.
Same as for msgServer, we should create a v1beta1 query server that wraps around a v1beta2 one, and just proxies requests to the v1beta2 one.
Add some tests to make sure both query servers work.
The text was updated successfully, but these errors were encountered:
cmwaters
Successfully merging a pull request may close this issue.
Summary
We switched to v1beta2 query server in #10868. We should add the v1beta1 one too for backwards-compatibility.
Proposal
Same as for msgServer, we should create a v1beta1 query server that wraps around a v1beta2 one, and just proxies requests to the v1beta2 one.
Add some tests to make sure both query servers work.
For Admin Use
The text was updated successfully, but these errors were encountered: