graphprotocol / graph-node

Graph Node indexes data from blockchains such as Ethereum and serves it over GraphQL
https://thegraph.com
Apache License 2.0
2.92k stars 978 forks source link

Use correct store when loading indexes for graft base #5616

Closed encalypto closed 2 months ago

encalypto commented 3 months ago

Previously, we were trying to load indexes from the store corresponding to the subgraph being deployed. This was the wrong shard, resulting in deployment failures when a subgraph is on a different shard from its graft based.

This updates the call to use the correct store.

yash251 commented 2 months ago

Any timeline for when this will be merged and released?

encalypto commented 2 months ago

@yash251

Any timeline for when this will be merged and released?

Confirming this has been released to production, and deploying grafts now works correctly.