v3.4.0-beta5
Pre-release
Pre-release
·
3 commits
to qos-dashboard
since this release
❗ Config Changes ❗
- ENV variables only required if you are using non-default configs
- Add
GRAPH_API_KEY
to env variables- Requires updating
.env
,indexer-tools-config.json
, or docker env variables, depending on which you use. - Make sure to remove any
DEFAULT_SUBGRAPH_*
env variables if you aren't using a custom configuration. - Due to abuse of the unprotected API key, default API key is set up with a $25/mo limit for all custom deployments. The official deployment linked in the readme will not be limited. To guarantee working state of custom deployments all month long, please setup your own API key at https://thegraph.com/studio/apikeys/.
- Requires updating
- Add
DEFAULT_QOS_SUBGRAPH
to env variables- Not required. The default can be overwritten by updating
.env
,indexer-tools-config.json
, or docker env variables depending on which you use.
- Not required. The default can be overwritten by updating
New Features
- Add Query Fee Dashboard
- Add QoS Dashboard
- Dropdown for manager pages & new dashboards
- Show error message if querying subgraph fails
Query Fee Dashboard
- Query-level network filter
- Subgraph metadata, upgrade indexer entities, and deployment status included
QoS Dashboard
- Subgraph metadata and deployment status included
Deployment Status Dashboard
- Query the deployment status of any status endpoint
Subgraphs Dashboard
- Switched query from the latest version of each subgraph listing to deployments directly
- Subgraphs dashboard should now include N-1 versions with signal
- Add query fee columns from network-wide QoS data
- Columns choosable and sortable in settings
- "New Allocation" field only shows if "New APR" column is showing
Allocations Dashboard
- Add QoS data columns
- Add query fee columns from network-wide QoS data
- Add network column
- Columns choosable and sortable in settings
- Pending rewards RPC calls batched and staggered for more reliable and faster fetching
Bug Fixes
- Deployment status dropdown reactivity
Beta Bug Fixes/Changes From v3.4.0-beta3
- Deployment status dropdown not showing visual status info until filtered
- Changed synchronous fetching for query fee data on subgraphs dashboard to asynchronous
- Network filter comboboxes clearable
- Improved subgraph error handling
- Status filters use new dictionary instead of multiple find loops
- Deployment status dashboard
- "New Allocation" field only shows if "New APR" column is showing
- Fix env typo
Beta Changelog: v3.4.0-beta3...v3.4.0-beta5
Full Changelog: v3.3.6...v3.4.0-beta5