Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] arbitrum-one not working #5713

Open
2 of 3 tasks
rotarur opened this issue Nov 22, 2024 · 5 comments
Open
2 of 3 tasks

[Bug] arbitrum-one not working #5713

rotarur opened this issue Nov 22, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@rotarur
Copy link
Contributor

rotarur commented Nov 22, 2024

Bug report

Every time the graph-node restarts I see these logs bellow.

This makes the pod to take more time restarting.

I found these logs bellow to help defining the fix

Affected Image tag: 55cff04
Working Image tag: fc80657

Relevant log output

After every graph-node restart:

graph-node Nov 22 11:08:46.708 DEBG Trying again after IPFS.Gateway.send_test_request failed (attempt #3) with result Err(RequestFailed(RequestError(reqwest::Error { kind: Status(403
) })))
graph-node Nov 22 11:08:47.170 DEBG Trying again after IPFS.Gateway.send_test_request failed (attempt #4) with result Err(RequestFailed(RequestError(reqwest::Error { kind: Status(403
) })))
graph-node Nov 22 11:08:53.800 DEBG Trying again after IPFS.Gateway.send_test_request failed (attempt #5) with result Err(RequestFailed(RequestError(reqwest::Error { kind: Status(403
) }))

Nov 22 11:18:33.794 ERRO Provider 'arbitrum-firehose-pinax' does not support extended blocks on chain 'arbitrum-one'
Nov 22 11:18:33.794 ERRO Unable to get a connection for block ingestor, err: all providers failed for chain 'arbitrum-one', component: EthereumFirehoseBlockIngestor
Nov 22 11:18:34.046 ERRO Unable to get a connection for block ingestor, err: all providers failed for chain 'arbitrum-one', component: EthereumFirehoseBlockIngestor

IPFS hash

No response

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.
  • I have searched the issue tracker to make sure this issue is not a duplicate.

OS information

Linux

@rotarur rotarur added the bug Something isn't working label Nov 22, 2024
@matthewdarwin
Copy link

Pinax supports extended blocks for arbitrum-one only for nitro blocks. For classic blocks, they are base blocks.
Pinax returns the type of block supported as "hybrid".

@matthewdarwin
Copy link

Apparently there is some sort of flag you can set in graph-node to bypass this check.

@matthewdarwin
Copy link

matthewdarwin commented Nov 28, 2024

GRAPH_NODE_FIREHOSE_DISABLE_EXTENDED_BLOCKS_FOR_CHAINS="arbitrum-one"
see https://github.com/graphprotocol/graph-node/pull/5672/files for the changes that implement this check

@rotarur
Copy link
Contributor Author

rotarur commented Dec 3, 2024

thanks @matthewdarwin . this worked fine and now I see arbitrum-one blocks ingested

@rotarur
Copy link
Contributor Author

rotarur commented Dec 30, 2024

is there any update on this issue? I had to disable the extended blocks support for all these chains bellow

              value: "arbitrum-one,optimism,mainnet,starknet-mainnet,matic,sepolia,bsc,solana-devnet"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants