Releases: vincenttaglia/indexer-tools-v3
Releases · vincenttaglia/indexer-tools-v3
v3.4.0-beta5
❗ 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
v3.4.0-beta3
❗ 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
- QOS ENV variable typo
Full Changelog: v3.3.5...v3.4.0-beta3
v3.3.6-hotfix
❗ Config Changes (Previous Version) ❗
- 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
New Features
- Docker images for this and every future release
Bug Fixes
- Fix env typo
Full Changelog: v3.3.5...v3.3.6-hotfix
v3.3.6
❗ Config Changes (Previous Version) ❗
- 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
New Features
- Docker images for this and every future release
Full Changelog: v3.3.5...v3.3.6
v3.3.5
❗ 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
New Features
- Show error message if querying subgraph fails
Full Changelog: v3.3.4-hotfix...v3.3.5
v3.4.0-beta2
❗ 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
v3.4.0-beta1
❗ Config Changes ❗
- Add
DEFAULT_QOS_SUBGRAPH
to env variables- Requires updating
.env
,indexer-tools-config.json
, ordocker-entrypoint.sh
depending on which you use.
- Requires updating
New Features
- Add Query Fee Dashboard
- Add QoS Dashboard
- Dropdown for manager pages & new dashboards
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-beta1
v3.4.0-beta
New Features
- Adds QoS Dashboard page
QoS Dashboard
- Query-level network filter
- Subgraph metadata, upgrade indexer entities, 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
- Added 1 day query fee and query count data
Full Changelog: v3.3.4-hotfix...v3.4.0-beta
v3.3.4 Hotfix
Bug Fixes
Action Queue Manager
- Old/new allocation pairing bug introduced with b8f1356
- BigNumber comparison error for action priority/ordering
- Refresh button icon formatting
Full Changelog: v3.3.4...v3.3.4-hotfix
v3.3.4
New Features
Allocation Wizard
- New "Selected Max Allos" counter that tracks sum of max allocation calculation for selected subgraphs
Allocation Setter
- One-click set allocations based on max allocation calculation
- One-click reset allocations
Actions Manager
- Error dropdown for reporting indexer-agent errors
- Counter for action successes and failures for improved visual feedback
Subgraphs Dashboard
- Network selector now searchable
- Confirm change flow for "Target APR" and "New Allocation" fields
Bug Fixes
- Accounts imported via ENV variables force lowercase to avoid issues
- Copy to clipboard workaround for HTTP deployments
- Unselecting a subgraph in the allocation wizard after setting an allocation size no longer queues the subgraph with the old size
- Max Allos sort correctly with 0 signal subgraphs at the bottom
Full Changelog: v3.3.3...v3.3.4