Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add concept of syncing-network and use to filter actions resolvers and commands #1047

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. agent, common: Add 'syncingNetwork' column to Actions table

    - Syncing network is the network/chain that the subgraph deployment
    extracts data from.
    fordN committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1e046be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fce97f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. cli: Add support for approving actions by their syncing-network

    - Add -s,--syncing option to `indexer actions approve queued ...` so
    user can approve actions by syncing-network.
    fordN committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    40091ff View commit details
    Browse the repository at this point in the history
  2. cli: Add filtering of action updates by syncing and protocol networks

    - Add optional --network and --syncing options to `indexer actions
    update ...` so user can filter the actions to be updated by protocol
    network or syncing network.
    fordN committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6f5083f View commit details
    Browse the repository at this point in the history
  3. cli: Add support for deleting subgraphs by protocol or syncing network

    - Can now supply multiple filters to `indexer actions delete`: --status,
    --syncing, and --network.
    fordN committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d59ed25 View commit details
    Browse the repository at this point in the history