Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Split ENSNode metadata into ENSNode configuration and ENSNode indexing #525

Description

@tk-o

We might want to separate the API endpoint for getting the latest indexing status from the API endpoint that gets the whole configuration of an ENSIndexer instance. Because the configuration of an ENSIndexer instance should generally not be changing every second, whereas the latest indexing status can be changing super fast. So we want to make it comfortable to smash the indexing status endpoint very frequently for live state.

Assume for example that 20 people are refreshing the indexing status dashboard every second. Our code should be implemented such that this requires very little work in ENSIndexer.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

  • Status
    Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions