hashgraph / hedera-the-graph

Tools for hosting a graph node for the Hedera community.
Apache License 2.0
4 stars 2 forks source link

Fix SSv1 and SSv2 indexing on `testnet` #149

Closed acuarica closed 1 month ago

acuarica commented 1 month ago

Both saucerswap/saucerswap-v1 and saucerswap/saucerswap-v2 subgraphs are yielding the following error on testnet.

Failed to transact block operations: subgraph writer poisoned by previous error

Fix this issue to enable properly indexing for these subgraphs.

acuarica commented 1 month ago

Issue was fixed by restarting the indexer hedera-the-graph-node-index. The issue might have been a connectivity issue.

Both SSv1 and SSv2 subgraphs are being indexed properly.

However, we should upgrade The Graph https://github.com/hashgraph/hedera-the-graph/issues/87 and monitor the indexing closely.