We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Received Post "http://***": EOF when call debug_traceBlockBy*** on the block #4564025.
To Reproduce
curl --request POST --url http://*** --header 'accept: application/json' --header 'content-type: application/json' --data ' { "id": 1, "jsonrpc": "2.0", "method": "debug_traceBlockByHash", "params": ["0x000015c800000001f56b8843317850869df305b9f0ca5fd6c7b59da3cbbf5252", {"tracer":"callTracer", "timeout": "600s"}] }'
Additional context The command to start the node:
GOMEMLIMIT=58GiB ./sonicd \ --datadir ./datadir \ --cache 25600 \ --http \ --http.addr=0.0.0.0 \ --http.port=18080 \ --http.corsdomain="*" \ --http.vhosts="*" \ --http.api=eth,web3,net,ftm,txpool,abft,dag,debug,admin \ --ws \ --ws.addr=0.0.0.0 \ --ws.port=18081 \ --ws.origins="*" \ --ws.api=eth,web3,net,ftm,txpool,abft,dag,debug,admin \ --rpc.gascap 0 \ --rpc.evmtimeout=0 \ --rpc.txfeecap=0 \ --rpc.timeout=10m
Other Public RPC endpoints did not respond too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Received Post "http://***": EOF when call debug_traceBlockBy*** on the block #4564025.
To Reproduce
Additional context
The command to start the node:
Other Public RPC endpoints did not respond too.
The text was updated successfully, but these errors were encountered: