Open billqn opened 1 year ago
Arbitrum Classic: arb-rpc-node/v0.8.0
OS & Version: linux-amd64
Eth_call not responding for 'balanceOf' on Arbitrum Legacy client for block range 6835300-6835333. Call seems to just hang.
Eth_call
6835300-6835333
Curl command to reproduce:
curl -s -H 'Content-Type: application/json' -d '{"method":"eth_call","params":[{"from":null,"to":"0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9","data":"0x70a08231000000000000000000000000960ea3e3C7FB317332d990873d354E18d7645590"}, "0x684c64"],"id":1,"jsonrpc":"2.0"}' localhost:8547
Looking at logs in real-time while sending the cURL shows no error messages or exiting logs.
can you try to use offchainlabs/arb-node:v1.4.5-e97c1a4
offchainlabs/arb-node:v1.4.5-e97c1a4
Hi @gzeoneth we are running the latest version arb-node:v1.4.5-e97c1a4, and the issue still persists. Any additional suggestions here?
Arbitrum Classic: arb-rpc-node/v0.8.0
OS & Version: linux-amd64
Eth_call
not responding for 'balanceOf' on Arbitrum Legacy client for block range6835300-6835333
. Call seems to just hang.Curl command to reproduce:
Looking at logs in real-time while sending the cURL shows no error messages or exiting logs.