Skip to content
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

Closed
acharb opened this issue Jan 19, 2022 · 5 comments
Closed

backend: serve testnet ledger data #214

acharb opened this issue Jan 19, 2022 · 5 comments
Assignees

Comments

@acharb
Copy link
Contributor

acharb commented Jan 19, 2022

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)

@Selhar
Copy link

Selhar commented May 30, 2022

Hey, @acharb could you describe a bit more about testnet? It seems like a data endpoint but i couldnt find much about it.

@acharb
Copy link
Contributor Author

acharb commented Jun 1, 2022

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

@Selhar
Copy link

Selhar commented Jun 8, 2022

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.

@acharb
Copy link
Contributor Author

acharb commented Jun 8, 2022

Should we permanently listen for updates both on testnet and mainnet

yup this one 👍

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.

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)

@Selhar
Copy link

Selhar commented Jun 23, 2022

Solved by #283

@Selhar Selhar closed this as completed Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants