-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels