-
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
Swagger file on website should make request to full node #2948
Comments
Yes -- thank you! I believe we discussed this a while back. Thanks for creating an issue. It should probably point to a LB'd node that we use for our testnets...unless we want to have a dedicated node for this. |
Absolutely not. The Fabo node is a internal developer node for the UI team, it was and should not ever be published to the community. |
If we want to publish full nodes to the community that needs to be discussed in more details. The only published node over HTTPS (which is required for cross-site requests) is the seed nodes aggregator point gaia-seeds.interblock.io That point is down now due to no avaiable network running |
i'm confused, the RPC endpoint (https://cosmos.network/rpc/) serves static files, why should it make resquests? |
@zramsay because swagger has that feature and i feel we should make use of it once we have a stable testnet/mainnet |
@fedekunze This is a GREAT idea and we should totally have this working. I think pointing it at the voyager node in the interim is a good idea. |
Summary of Bug
The requests are made to a wrong URL (https://cosmos.network/...)
Steps to Reproduce
GET
request (egstake/validators
which doesn't require any params),Try it out
>Execute
The request is made to the following URL
https://cosmos.network/stake/validators
while it should instead use our company full nodehttp://fabo.interblock.io
(or another)cc: @cosmos/sre @jackzampolin @zramsay
For Admin Use
The text was updated successfully, but these errors were encountered: