Do you want to request a feature or report a bug? Report a bug
What is the current behavior? The sub graph stalls at around 1% with the error Subgraph instance failed to run: Failed to process trigger in block #190080 (ac57ac5a96108b0f133ac6bac59e1bd0df0263d248a4fcc36393464b7c73835d), transaction ac57ac5a96108b0f133ac6bac59e1bd0df0263d248a4fcc36393464b7c73835d: Found no transaction for event, code: SubgraphSyncingFailure, id: QmfBAFQ6JX1QyVG8rfzUYSkax6Lot4j7qaTWdGVZcYWEsL.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Here's the link to my Discord message, but concretely here is my bash history.
10020 graph init --from-contract 0x471EcE3750Da237f93B8E339c536989b8978a438 --network celo --abi ../celo-monorepo/packages/protocol/build/contracts/GoldToken.json alexbharley/celo-token ./celo-token
10021 cd celo-token
10023 yarn
10024 yarn codegen
10022 yarn deploy
10025 graph auth https://api.thegraph.com/deploy/ XXX
10026 yarn deploy
Here is:
What is the expected behavior? The subgraph builds without error and I can query it.
Do you want to request a feature or report a bug? Report a bug
What is the current behavior? The sub graph stalls at around 1% with the error
Subgraph instance failed to run: Failed to process trigger in block #190080 (ac57ac5a96108b0f133ac6bac59e1bd0df0263d248a4fcc36393464b7c73835d), transaction ac57ac5a96108b0f133ac6bac59e1bd0df0263d248a4fcc36393464b7c73835d: Found no transaction for event, code: SubgraphSyncingFailure, id: QmfBAFQ6JX1QyVG8rfzUYSkax6Lot4j7qaTWdGVZcYWEsL.If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Here's the link to my Discord message, but concretely here is my bash history.
Here is:
What is the expected behavior? The subgraph builds without error and I can query it.