graphprotocol / graphprotocol/indexer
Feat: support specifying more Gateways to indexer config
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 262
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
As work towards launching more gateways in the near future is ongoing we will need to either:
-
document how indexers are expected to accept receipts from multiple gateway - in the event an indexer is expected to run multiple indexer stacks for each gateway they accept receipts from
-
update
indexer-agentcli option--collect-receipts-endpointor--gateway-endpointto support multiple endpoints -
update
indexer-servicecli option--client-signer-addressto support passing multiple gateway addresses
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 CLI definitions for indexer-agent's --collect-receipts-endpoint and --gateway-endpoint, plus indexer-service's --client-signer-address. Determine with maintainers which of the three alternatives is intended, then trace how the selected value reaches gateway and receipt configuration. Done means the chosen multi-gateway behavior is implemented and documented with coverage for multiple endpoints or addresses.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100