graphprotocol / graphprotocol/indexer
Add warning for empty tap-subgraph-endpoint value
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Currently if no endpoint is given or the value is passed incorrectly it will just say RAV process not initiated. and a good way to debug would be to add a warn if the tap-subgraph-endpoint is empty to let the indexer know it wont work
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 code that reads or validates the tap-subgraph-endpoint value and handles the “RAV process not initiated” message. Check how empty or incorrectly passed values are detected, then verify that a warning clearly tells the indexer the endpoint is unusable without changing the existing failure behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100