Explorer-Flagged Subgraph Improvements
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 7
- Avg merge
- 4h 1m
- Merged PRs (30d)
- 6
Description
## Context
As part of ongoing work to reduce direct RPC usage in the Livepeer Explorer, the Explorer team migrated several core data paths from contract calls to **The Graph subgraph** (see [Explorer#327](https://github.com/livepeer/explorer/issues/327)).
All remaining RPC calls in Explorer are currently **blocked on additional subgraph coverage**.
During that migration, the Explorer team identified several areas where extending the subgraph (via schema changes, mappings, or substreams) could unlock further RPC → subgraph migrations and improve Explorer performance.
Detailed findings and endpoint-level context are documented [here](https://github.com/livepeer/explorer/issues/327#issuecomment-3648650190)
## Goal
Enable the Explorer team to fully remove remaining RPC dependencies by:
* Reviewing Explorer-flagged data gaps
* Determining which data should be indexed or derived in the subgraph
* Choosing appropriate implementations (schema updates, mapping refactors, or substreams)
This issue is intentionally high-level; specific implementation details and follow-up tasks can be defined by the subgraph owner.
Contributor guide
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 with Explorer#327 and its linked detailed comment, then review the remaining RPC data gaps described there. Determine which gaps belong in the subgraph and whether schema changes, mapping refactors, or substreams fit; done means producing concrete follow-up tasks and implementation decisions for the subgraph owner.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend-api-design, data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100