dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Results 28 dashboard issues
Sort by recently updated
recently updated
newest added

All tasks needed for deploying this to production: 1. Create new domain: metrics.stellar.org (Ops) (This is so we can keep the [legacy dashboard](https://dashboard.stellar.org/) up and deprecate later) 2. Network configuration...

**Tasks** - [x] https://github.com/stellar/dashboard/issues/212 - [x] https://github.com/stellar/dashboard/issues/221 - [x] https://github.com/stellar/dashboard/issues/222 - [x] https://github.com/stellar/dashboard/issues/223 - [x] https://github.com/stellar/dashboard/issues/224 - [x] https://github.com/stellar/dashboard/issues/230 - [x] https://github.com/stellar/dashboard/issues/233 - [x] https://github.com/stellar/dashboard/issues/234 - [x] https://github.com/stellar/dashboard/issues/235 - [x]...

Epic for follow on modules: - [x] https://github.com/stellar/dashboard/issues/273 - [x] https://github.com/stellar/dashboard/issues/274 - [x] https://github.com/stellar/dashboard/issues/275

when looking at the ledgers endpoints for dashboard-v2 and dashboard v1 (in prod now) I noticed the tx and op count data are slightly different. I'm guessing it's due to...

backend

Right now we don't have a way internally of calculating DEX volume (can use third party services like stellar.expert, but would add risks when using 3rd party data sources). see...

backend

unlike the current cache updates (ie ledgers, lumens) updated every deploy or 10 minutes, these should be updated at a regular intervals every day. We could use a cron job...

v2
backend

### What problem does your feature solve? Removal of the stigma that exists around the country's economy. ### What would you like to see? Full cross-border payments, including the Trans-Border...

### What problem does your feature solve? Pull the BigQuery config from env variables. https://github.com/stellar/dashboard/issues/213#issuecomment-1032058195 ### What would you like to see? The project should work as it already does....

see if we can reduce the number of calls to Horizon. For example the `v1 updateApiLumens` method calls Horizon 40 times simultaneously every 10 mins. ``` commonLumens.totalSupply - 2 commonLumens.circulatingSupply...