Executive Summary
Over the last month, we made significant strides across multiple projects. In Graph Tooling, we enabled the publishing of new subgraph versions via graph publish
, added support for IoTeX, Rootstock, and Sei networks, and drop support for Hosted Service. The Graph Client team continued their work on the query planner, while the Indexer team resolved continuous integration issues with new Node versions and addressed conflicts to advance their refactor efforts. The Webhooks Beta team focused on the next steps to onboard the initial cohort of users, and we collaborated with E&N to develop a proof of concept for integrating GraphQL Hive for users. Looking ahead, our priorities include providing maintenance support for Graph Tooling, completing the refactor for the management API in Indexer, integrating Webhooks Beta with Studio and working on onboarding and testing GraphQL Hive with a subset of users.
Looking back (what was delivered)
graph-tooling
- Allow publishing new versions of subgraph via
graph publish
feat: allow publishing new version for subgraphs on network by saihaj · Pull Request #1690 · graphprotocol/graph-tooling · GitHub - Support of
iotex
,rootstock
,sei
- add iotex urls by yash251 · Pull Request #1692 · graphprotocol/graph-tooling · GitHub
- added rootstock blockexplorer api and public rpc url by alinobrasil · Pull Request #1688 · graphprotocol/graph-tooling · GitHub
- adding sei mainnet to graph-cli by alinobrasil · Pull Request #1686 · graphprotocol/graph-tooling · GitHub
- Throw errors when trying to use Hosted Service feat: throw errors when trying to select hosted service by saihaj · Pull Request #1681 · graphprotocol/graph-tooling · GitHub
- Fix
graph auth
bug Fix bug in `graph auth` by azf20 · Pull Request #1683 · graphprotocol/graph-tooling · GitHub
- Allow publishing new versions of subgraph via
graph-client
- Continue working on query planner
indexer
- Fix issues with CI on new Node Versions
- Resolving conflicts to land refactor work
- Fix issues with CI on new Node Versions
- Webhooks beta: Working on next steps to onboard cohort of initial users
- GraphQL Hive: Working with E&N to build out proof of concept to test out Integrating Hive for users
Looking ahead (upcoming priorities)
graph-tooling
- Maintenance help
indexer
- Land refactor for management API
- Webhooks beta
- Integrations with Studio
- Landing page changes
- GraphQL Hive: Work on onboarding and testing with subset of users