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

feat: add active Indexers query #31

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Conversation

neriumrevolta
Copy link
Contributor

@neriumrevolta neriumrevolta commented Feb 12, 2024

  • MAX_STORAGE changed to be optional
  • Added new RETENTION config var
  • Added new GraphQL API query - query_active_indexers
  • Added new db resolver - list_active_indexers

@neriumrevolta neriumrevolta self-assigned this Feb 12, 2024
@neriumrevolta neriumrevolta linked an issue Feb 12, 2024 that may be closed by this pull request

static MIGRATOR: Migrator = sqlx::migrate!();

async fn setup_test_db() -> PgPool {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you explain why is this fn used instead of sqlx::test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hopeyen
hopeyen previously approved these changes Feb 13, 2024
hopeyen
hopeyen previously approved these changes Feb 14, 2024
hopeyen
hopeyen previously approved these changes Feb 15, 2024
hopeyen
hopeyen previously approved these changes Feb 15, 2024
@neriumrevolta neriumrevolta merged commit 0668702 into dev Feb 15, 2024
4 checks passed
@neriumrevolta neriumrevolta deleted the petko/active-indexers-query branch February 15, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat.Req] Add query for fetching active Indexers
2 participants