-
Notifications
You must be signed in to change notification settings - Fork 693
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
Dashboard: BLV and Metric Improvements #2909
Conversation
0xJem
commented
Jul 20, 2023
•
edited
Loading
edited
- Mirrors changes to BLV categorisation from BLV and Metric Improvements treasury-subgraph#38
- Update treasury-subgraph-client version
- Shift to using metrics calculated in treasury-subgraph, instead of calculating them locally (which duplicates code to maintain)
- Remove dead code
Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @olympusdao/[email protected], @wundergraph/[email protected] |
Coverage report
Show files with reduced coverage 🔻
Test suite run success185 tests passing in 115 suites. Report generated by 🧪jest coverage report action from 1402567 |
This is reliant on the treasury-subgraph changes to be live. It is building now. Will update when it's live (and tested against the current frontend). |
Production API deployment done. |
* Keep wundergraph SDK version consistent with treasury-subgraph-client * Sync circulating and floating supply definitions with treasury-subgraph OlympusDAO/treasury-subgraph#38 * Remove console log * Re-generate lockfile * Remove duplicate dependency (imported through treasury-subgraph-client) * Bump wundergraph and treasury-subgraph-client dependencies * Shift from use of protocolMetrics query (now internal) to metrics query * WIP shifting to metrics from treasury-subgraph * TODOs * Incorrect query parameter * Shift OHM supply graph to use the API metrics * Updated enum values for supply categories * Shift OHM supply table to use API metrics * Shift remaining functions to use metrics/simplified hooks * Cleanup * Add ts-prune to find dead code * Remove unused code * Correct definition for liquid backing per gOHM. Remove dead code. * Correct description * Bump treasury-subgraph-client version * Fix date displays * Fix missing key error * Fix error with Skeleton component * remove ts-prune --------- Co-authored-by: Jem <[email protected]>