You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the trusted indexers endpoint expects indexer-service endpoints. Instead, trusted indexers should expect a list of network subgraph endpoints, which could be:
gateway endpoints for access via decentralized network
internal graph-node query node endpoints
This also has the benefit of enabling the operator to make use of the Subgraph ID in the endpoint URL, since this can be resolved by the Gateway, unlike indexer-service, which requires a hard coded Deployment ID.
The text was updated successfully, but these errors were encountered:
I agree that this would be a nice feature. The only major challenge is that the indexer-service API is different than the gateway & graph-node. So you won't be able to use the IndexerClient the same way that we currently do in src/network/subgraph_client.rs.
Currently the trusted indexers endpoint expects indexer-service endpoints. Instead, trusted indexers should expect a list of network subgraph endpoints, which could be:
This also has the benefit of enabling the operator to make use of the Subgraph ID in the endpoint URL, since this can be resolved by the Gateway, unlike indexer-service, which requires a hard coded Deployment ID.
The text was updated successfully, but these errors were encountered: