go-opera
go-opera copied to clipboard
Can't call debug_traceTransaction
brach is remotes/origin/release/txtracing/1.1.0-rc.3
start.sh add "--tracenode" afer "--tracing"
start is successful but when i call debug_traceTransaction
return
{ "jsonrpc": "2.0", "id": 2, "error": { "code": -32601, "message": "the method debug_traceTransaction does not exist/is not available" } }
thx
Hi @wzglgo , are you running it on the testnet?
Hi @wzglgo , are you running it on the testnet?
i'm running demo/start.sh it's looks like fakenet
When I run ./demo/start.sh --tracing --tracenode
in mentioned branch, it outputs ./start.sh: line 28: syntax error near unexpected token >
. It looks like one >
is redundant here and should be removed.
@wzglgo Can you share the full command for calling debug_traceTransaction
, please?
About syntax error in start.sh,like you said one > should be removed.
I'm sure the debug api is opened @cyberbono3
I also have this problem when running the node with --tracing and --tracenode flags. Is there anything else I have to enable?
@wzglgo The problem might be in your empty params
. Please see this post for more information.
Hi @wzglgo , it will be added in future releases.
Hi @wzglgo, you need to use release/txtracing/1.1.0-rc.4
- the rc.3 did not provide the debug_trace api yet.
Params --tracing
and --tracenode
are NOT needed for debug_trace commands, they are relevant for the tracing api only.
Hi @wzglgo does it work now? can we close this issue?