Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@vincenttaglia vincenttaglia released this 10 Feb 17:44
· 2 commits to master 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/.
  • 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.

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

Actions Manager

  • Select strategy is now settable

Bug Fixes

  • Deployment status dropdown reactivity
  • Pagination via cursor instead of skip variable
  • Rounding for calculatedAvailableStake

Full Changelog: v3.3.6...v3.4.0