hashgraph / hashgraph/hedera-the-graph
Fix `Failed to transact block operations` error
Open
Bug
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Some subgraphs are failing due to a `Failed to transact block operations` error. This happens in both mainnet and testnet. The errors are
`"Failed to transact block operations: subgraph `Qme8omvKLRiDcSGzHrDKSaVcABVQNpi3cPDF6Wd6UCSenW` has already processed block `80632167`; there are most likely two (or more) nodes indexing this subgraph"`
and
`"Failed to transact block operations: subgraph `QmbYgWhN3FaM2YJPL997rGya11SKKv5VLT5skfeYTuAWhH` has already processed block `20965534`; there are most likely two (or more) nodes indexing this subgraph"`
respectively.
Investigate with this happens and fix the error.
Contributor guide
Assessment
This issue has not been assessed yet.