Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 9a7d56b

Browse files
committed
update swagger docs after recent additions to evm.proto in #1413
1 parent fad4897 commit 9a7d56b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

client/docs/statik/statik.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/docs/swagger-ui/swagger.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,6 +2550,11 @@ paths:
25502550
in: query
25512551
required: false
25522552
type: boolean
2553+
- name: trace_config.tracer_json_config
2554+
description: tracer config.
2555+
in: query
2556+
required: false
2557+
type: string
25532558
- name: block_number
25542559
description: block number.
25552560
in: query
@@ -3010,6 +3015,11 @@ paths:
30103015
in: query
30113016
required: false
30123017
type: boolean
3018+
- name: trace_config.tracer_json_config
3019+
description: tracer config.
3020+
in: query
3021+
required: false
3022+
type: string
30133023
- name: block_number
30143024
description: block number of requested transaction.
30153025
in: query
@@ -4083,6 +4093,9 @@ definitions:
40834093
enable_return_data:
40844094
type: boolean
40854095
title: enable return data capture
4096+
tracer_json_config:
4097+
type: string
4098+
title: tracer config
40864099
description: TraceConfig holds extra parameters to trace functions.
40874100
google.protobuf.Any:
40884101
type: object

0 commit comments

Comments
 (0)