filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing ExecTraceBytes field in implicit message

strahe opened this issue · comments

commented

Hi,
I found that when fvm apply the message, I can receive ExecTraceBytes

ExecTraceBytes: resp.ExecTrace,

But when fvm apply the implicit message, it is missing, is this expected?

return &ApplyRet{

Nope, that looks like an oversight. Thanks for fixing it.