-
Notifications
You must be signed in to change notification settings - Fork 139
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
backend: serve testnet ledger data #214
Comments
Hey, @acharb could you describe a bit more about testnet? It seems like a data endpoint but i couldnt find much about it. |
Testnet is stellar's test network. eg. https://horizon-testnet.stellar.org/ is the testnet version of Horizon, https://horizon.stellar.org/ is the mainnet When using the SDK you select a network (eg. here). So for this ticket we'll need to aggregate the same ledger data that we're grabbing from mainnet (#213) but for testnet |
Hey, what is the expected behavior here? Should we permanently listen for updates both on testnet and mainnet, or only fetch testnet data once it's requested and not listen for new requests? If it's the former, i'll start this task from the dex branch, since we need to change all redis variables to have a _testnet namespace. |
yup this one 👍
whichever branch is easiest sgtm, just to be clear though we don't need dex data for testnet (you can see on the figma designs Dex data is only for mainnet) |
Solved by #283 |
figma design for dashboard v2: https://www.figma.com/file/4z9lsHvbsEoVAtzfj3mNzy/Stellar-Dashboard?node-id=206%3A808
the testnet page has aggregated ledger info, which isn't currently served from the backend (right now it's just mainnet on the backend)
The text was updated successfully, but these errors were encountered: