-
Notifications
You must be signed in to change notification settings - Fork 21.5k
Closed
Labels
Description
System information
Geth version: 1.10.8
OS & Version: linux
Expected behaviour
The transaction 0x430874b252f837eecef4eefd51f94019d31b0cb2fa8cba78ebc98f33c660ade2 can't be traced by our archive node. I also tried on etherscan and their trace times out after 60s with a 'Raw traces operation timeout' error.
I see on Etherscan that the tx cost over $6800 in gas fees, maybe that is related:
https://etherscan.io/tx/0x430874b252f837eecef4eefd51f94019d31b0cb2fa8cba78ebc98f33c660ade2
Steps to reproduce the behaviour
$ time curl -X POST -H "Content-Type: application/json" --data '{"method":"debug_traceTransaction","params":["0x430874b252f837eecef4eefd51f94019d31b0cb2fa8cba78ebc98f33c660ade2",{"tracer":"callTracer","timeout":"60s"}],"id":15295,"jsonrpc":"2.0"}' http://localhost:8545
real 0m59.282s
user 0m0.015s
sys 0m0.007s