Skip to content

Add syncing network to actions table and use to add syncing network support in indexer-cli commands #1026

@fordN

Description

@fordN
Contributor

Background

Often subgraph deployments can be effectively grouped using the syncing network, so it would be useful for indexers to be able to use that field when defining and executing allocation strategy.

Todo

  • Add syncing_network to the Actions and IndexingRules tables
  • Update indexer-cli commands to use syncing_network for additional control:
    • graph indexer actions update ... should support a --syncing-network filter parameter
    • graph indexer actions approve ... should support a --syncing-network filter parameter
    • graph indexer allocations get ... should support a --syncing-network filter
    • graph indexer rules get .. should support a --syncing-network filter (indexer rules set.. likely won't need updating)
  • Can we query the graph-node's supported networks in order to be more intelligent about not trying to allocate/sync deployments the graph-node isn't configured to support?

Activity

moved this from 🗃️ Inbox to 📒 Todo in Indexeron Oct 16, 2024
self-assigned this
on Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

Status

🏗️ In Progress

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @fordN

      Issue actions

        Add syncing network to actions table and use to add syncing network support in indexer-cli commands · Issue #1026 · graphprotocol/indexer