Skip to content
New issue

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

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

Open
moodbase opened this issue Nov 7, 2024 · 0 comments
Open

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

moodbase opened this issue Nov 7, 2024 · 0 comments

Comments

@moodbase
Copy link

moodbase commented Nov 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant