v3.4.0-beta2
Pre-release
Pre-release
vincenttaglia
released this
26 Oct 20:07
·
27 commits
to qos-dashboard
since this release
❗ Config Changes ❗
- ENV variables only required if you are using non-default configs
- Add
DEFAULT_QOS_SUBGRAPH
to env variables- Requires updating
.env
,indexer-tools-config.json
, or docker env variables depending on which you use.
- Requires updating
- 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
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
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
Allocations Dashboard
- Add QoS data columns
- Add query fee columns from network-wide QoS data
- Add network column
- Columns choosable and sortable in settings
Bug Fixes
- Deployment status dropdown reactivity
Full Changelog: v3.3.4-hotfix...v3.4.0-beta2