Skip to content

Commit ac8d7f6

Browse files
committed
eth/tracers/js: drop duktape engine ethereum#24934
1 parent 6f34172 commit ac8d7f6

File tree

6 files changed

+193
-1051
lines changed

6 files changed

+193
-1051
lines changed

eth/tracers/internal/tracetest/calltrace_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ func TestCallTracer(t *testing.T) {
135135
testCallTracer("callTracer", "call_tracer", t)
136136
}
137137

138-
func TestCallTracerLegacyDuktape(t *testing.T) {
139-
testCallTracer("callTracerLegacyDuktape", "call_tracer_legacy", t)
140-
}
141-
142138
func testCallTracer(tracerName string, dirPath string, t *testing.T) {
143139
files, err := os.ReadDir(filepath.Join("testdata", dirPath))
144140
if err != nil {

0 commit comments

Comments
 (0)