Skip to content

Commit 120cd65

Browse files
committed
debug: remove reexec from TraceConfig
The reexec field is an implementation detail of geth's state reconstruction and does not belong in the standardized trace configuration.
1 parent 4d2f5ca commit 120cd65

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/schemas/opcode-tracer.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ TraceConfig:
4242
all tracers. Accepts Go duration strings (e.g. "5s", "300ms", "2m").
4343
Default: "5s".
4444
type: string
45-
reexec:
46-
title: reexec block count
47-
description: >-
48-
Number of blocks that may be reexecuted to find historical state
49-
required for tracing. Applies to all tracers.
50-
Default: 128.
51-
type: integer
52-
minimum: 0
5345
disableStorage:
5446
title: disable storage capture
5547
description: >-

0 commit comments

Comments
 (0)