-
Notifications
You must be signed in to change notification settings - Fork 98
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
Refactor LCD endpoints #1010
Comments
Consider #879 |
I can work on this too @faboweb |
Current state: |
a Validator params:
|
|
Stretch goal could be implementing this in Voyager (should be handled in a new issue) |
Also, |
|
Can you add some reasoning? |
@faboweb because it's not actually needed and it doesn't add much value to the endpoint (as the article says). If we want to get the module an endpoint is coming from we could for example add |
This is not about mapping the results but about namespacing the endpoints coming from different modules ( |
Hmm I understand the desire to simplify but I think this will lead to problems. We want standard REST endpoints for not only our module set within Gaia but any conceivable other SDK apps which use our standard modules - those apps may use their own modules too, which might have conflicting endpoint names. If we prefix all routes by the name of the module, downstream usage is much easier. |
I will close this issue, as this has been merged on the SDK side. |
Description:
We want to improve the LCD staking endpoints:
The text was updated successfully, but these errors were encountered: