We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "jsonrpc": "2.0", "id": 108, "method": "debug_traceCall", "params": [ { "from":"0xxxx", "to": "0xxxx", "data":"0xxxxx" }, "pending", { "tracer": "callTracer", "tracerConfig": { "onlyTopCall": true,"withLog": true } } ] }
上面是我的RPC请求,我加上了"withLog": true 这个参数,但是在输出信息中看不到日志相关数据。该参数具体是做什么用的。
需要补充一下,我模拟的交易是会触发emit event。
这是文档中的说明: withLog: true instructs the tracer to also collect the logs emitted during each call.
The text was updated successfully, but these errors were encountered:
This feature has not yet been implemented on bsc geth #1261
Sorry, something went wrong.
请问该功能有添加计划吗!
有的,近期会发布
No branches or pull requests
{
"jsonrpc": "2.0",
"id": 108,
"method": "debug_traceCall",
"params": [
{
"from":"0xxxx",
"to": "0xxxx",
"data":"0xxxxx"
},
"pending",
{
"tracer": "callTracer",
"tracerConfig": { "onlyTopCall": true,"withLog": true }
}
]
}
上面是我的RPC请求,我加上了"withLog": true 这个参数,但是在输出信息中看不到日志相关数据。该参数具体是做什么用的。
需要补充一下,我模拟的交易是会触发emit event。
这是文档中的说明:
withLog: true instructs the tracer to also collect the logs emitted during each call.
The text was updated successfully, but these errors were encountered: