graphprotocol / graphprotocol/indexer
Feat: New indexer management API for querying unclaimed query fees
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Now that query fees are a bigger part of the equation when thinking about reallocations, it would be nice to expose unclaimed query fee data in the indexer management API so that tools like Indexer Tools can easily query and display this data.
Just a simple unclaimedFees schema mapping allocation IDs and unclaimed query fees with the ability to query by allocation ID would be sufficient for the use case I'm thinking of.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the indexer management API entry point and the existing allocation-related schemas and queries. Define the unclaimedFees response mapping allocation IDs to unclaimed query fees, support filtering by allocation ID, and verify that the API returns the requested data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100