moonbeam-foundation/moonbeam

[HELP] add moondeam debug_traceTransaction for out project

Closed this issue · 1 comments

I referred to astar's PR(EVM tracing support ) to implement our debug_traceTransaction:
I have a problem now: the return value of debug_traceTransaction is always empty.

curl http://127.0.0.1:18087 -H "Content-Type:application/json;charset=utf-8" -d '{
    "jsonrpc":"2.0",
    "id":1,
    "method":"debug_traceTransaction",
    "params": ["0x4972ac8bd4a3df8f65ec8c2807a39bae8159601e749cad9024ddb81bae5f633f"]
  }'

{"jsonrpc":"2.0","result":{"gas":"0x0","returnValue":"","structLogs":[]},"id":1}

Do you have any good ideas?

Looking forward to your help.

hello, it looks like the issue is in a project maintained by the AstarNetwork org, please ask for their support.