You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #1835 re-enabled traces for trace_transaction and trace_get, so I am going to close this issue. There are still a few open issues with tracing. I will create specific issues for those as I fix each one. I'll reference this issue as I create those new issues to make it easier to follow.
This is a tracking issue for the PR.
With the recent changes to
trace_block
, three routinestrace_transaction
,trace_get
, andtrace_filter
appear to be broken.trace_transaction:
returns 23 traces from OpenEthereum, but zero from TG.
trace_get:
returns the first trace of the above, as it should, from OpenEthereum, but nothing from TG.
Note:
trace_filter
is also broken (for the same reason), but I will fix that in a different PR.The text was updated successfully, but these errors were encountered: