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

Properly implement subgraph client fallback from local deployment to remote URL #81

Merged
merged 6 commits into from
Oct 25, 2023

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    eac5926 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. feat: support prioritizing local subgraph if synced and healthy

    This is how the existing indexer-common does it - it uses the local
    network subgraph if it's synced and healthy, otherwise falls back to a
    remote subgraph URL.
    Jannis committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    aad4f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    460c6bd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. chore: fix outdated comment

    Jannis committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9b6ff55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e86e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b55185 View commit details
    Browse the repository at this point in the history