graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

[Bug] handle reverted eth_calls on declared eth_calls

Open shiyasmohd opened this issue 7 months ago • 0 comments

Bug report

Declared eth_calls executes before eth_calls on handlers triggered. But when declared eth_calls get reverted, subgraph get stuck in syncing.

Repo that can reproduce this error - Link Deployment ID: QmfH5xCioLUqd1zM2b2QGE6Br5uZdks2tx2A1NPB1dZQSK

Subgraph that sync when declared eth_call is removed Deployment ID: QmaWD3fz3Y6PZdEmZ9QQ79fkVwTzh49JBqLcbzG85wDMrr

Relevant log output

Error: Ethereum node returned an error for an eth_call: RPC error: Error { code: ServerError(-32015), message: "VM execution error.", data: Some(String("Reverted ERC721URIStorage: URI query for nonexistent token")) }

IPFS hash

QmfH5xCioLUqd1zM2b2QGE6Br5uZdks2tx2A1NPB1dZQSK

Subgraph name or link to explorer

No response

Some information to help us out

  • [ ] Tick this box if this bug is caused by a regression found in the latest release.
  • [ ] Tick this box if this bug is specific to the hosted service.
  • [X] I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

None

shiyasmohd avatar Jun 27 '24 16:06 shiyasmohd