Executive Summary
The team delivered several improvements to graph-tooling
, graph-node
, graph-client
, and docs
, including adding new testnets, enabling Testnet deployments, and shipping nested sorting. Upcoming priorities include bundling CLI as a binary, testing out cursor pagination, and migrating the docs to Nextra.
Looking back (what was delivered)
graph-tooling
- Add new testnets to studio
- Enable Testnet deployments for studio
- Complete OClif migration
- Enable substreams deployments
- Add start block prompt Add Start Block Prompt by incrypto32 · Pull Request #1049 · graphprotocol/graph-tooling · GitHub
- Auto fetch start block Auto fetch startBlock by incrypto32 · Pull Request #1059 · graphprotocol/graph-tooling · GitHub
- Enable Testnet deployments for studio feat: enable testnet deployments for studio by saihaj · Pull Request #1064 · graphprotocol/graph-tooling · GitHub
- Work on roadmap for next quarter
- Patch bugs
graph-node
- Shipped nested sorting! https://github.com/graphprotocol/graph-node/pull/3096
- GIP for Validations rollout GIP-0048: GraphQL Validations by dotansimha · Pull Request #4 · graphprotocol/graph-improvement-proposals · GitHub
- Work on roadmap for next quarter
graph-client
- Live query WIP: feat(live-query): pause polling when the window is inactive by ardatan · Pull Request #355 · graphprotocol/graph-client · GitHub
- Patch bugs and improve tests
docs
- Plan and start migration efforts to unify docs
Looking ahead (upcoming priorities)
graph-tooling
- Bundling CLI as a binary to make it a better onboarding experience for first time users
- Publish a public roadmap
graph-node
- Test out cursor pagination
- GraphQL over HTTP compliance
graph-client
- Work on prioritizing next set of features
docs
- Migrate the docs to Nextra, a step towards unifying docs and improving UX