OffchainLabs / arbitrum-classic

Powers fast, private, decentralized applications
https://offchainlabs.com/
Apache License 2.0
1.98k stars 1.39k forks source link

Eth_call Non Responsive For Block Range | Arbitrum Classic Legacy Client #2601

Open billqn opened 1 year ago

billqn commented 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.

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.

gzeoneth commented 1 year ago

can you try to use offchainlabs/arb-node:v1.4.5-e97c1a4

billqn commented 1 year ago

Hi @gzeoneth we are running the latest version arb-node:v1.4.5-e97c1a4, and the issue still persists. Any additional suggestions here?