Skip to content

Commit

Permalink
eth/tracers: can't pass the ethcompatible traces
Browse files Browse the repository at this point in the history
Signed-off-by: Delweng <delweng@gmail.com>
  • Loading branch information
jsvisa committed Nov 7, 2022
1 parent 7964d95 commit cdd905e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eth/tracers/internal/tracetest/calltrace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ type callTracerTest struct {
Result *callTrace `json:"result"`
}

// TODO(kevjue/asaj): Figure out how to get the tracer tests to work with the new txn structure
// Iterates over all the input-output datasets in the tracer test harness and
// runs the JavaScript tracers against them.
/*
// Iterates over all the input-output datasets in the tracer test harness and
// runs the JavaScript tracers against them.
func TestCallTracerLegacy(t *testing.T) {
Expand Down Expand Up @@ -217,6 +221,7 @@ func testCallTracer(tracerName string, dirPath string, t *testing.T) {
})
}
}
*/

// jsonEqual is similar to reflect.DeepEqual, but does a 'bounce' via json prior to
// comparison
Expand Down

0 comments on commit cdd905e

Please sign in to comment.