Skip to content

Block #4564025 can not be traced by callTracer successfully #289

@moodbased

Description

@moodbased

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions