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
Remove all legacy REST-API routes. Use grpc-gw routes instead.
/node_info
/lbm/base/ostracon/v1/node_info
/syncing
/lbm/base/ostracon/v1/syncing
/blocks/latest
/lbm/base/ostracon/v1/blocks/latest
/blocks/{height}
/lbm/base/ostracon/v1/blocks/{height}
/validatorsets/latest
/lbm/base/ostracon/v1/validatorsets/latest
/validatorsets/{height}
/lbm/base/ostracon/v1/validatorsets/{height}
Even though it is not exposed to swagger, all legacy API paths for all modules are currently registered.
cosmos/cosmos-sdk#9594, cosmos/cosmos-sdk#11797
The text was updated successfully, but these errors were encountered:
tkxkd0159
Successfully merging a pull request may close this issue.
Overview
Remove all legacy REST-API routes. Use grpc-gw routes instead.
Current Legacy API exposed in swagger
/node_info
->/lbm/base/ostracon/v1/node_info
/syncing
->/lbm/base/ostracon/v1/syncing
/blocks/latest
->/lbm/base/ostracon/v1/blocks/latest
/blocks/{height}
->/lbm/base/ostracon/v1/blocks/{height}
/validatorsets/latest
->/lbm/base/ostracon/v1/validatorsets/latest
/validatorsets/{height}
->/lbm/base/ostracon/v1/validatorsets/{height}
Even though it is not exposed to swagger, all legacy API paths for all modules are currently registered.
Upstream Ref.
cosmos/cosmos-sdk#9594, cosmos/cosmos-sdk#11797
The text was updated successfully, but these errors were encountered: