Skip to content

Commit

Permalink
Merge pull request #12 from kaiachain/feat/update-rpc-specs
Browse files Browse the repository at this point in the history
feat: update TracingOptions schema
  • Loading branch information
jack authored Jul 4, 2024
2 parents 6eb8dea + ecaf3de commit 257e13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3rpc/rpc-specs/components/schemas/common/Common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ components:
timeout:
type: string
description: Overrides the default timeout of 5 seconds for trace-enabled EVM execution. A duration string can be anything that is accepted by [Go time.ParseDuration](https://pkg.go.dev/time#ParseDuration) function such as "10s" or "300ms".
trace:
tracer:
type: string
enum: [null,"4byteTracer","callTracer","fastCallTracer","evmdisTracer","noopTracer","opcountTracer","prestateTracer","revertTracer","unigramTracer","bigramTracer","trigramTracer", "custom javascript tracer code"]
description: |
Expand Down

0 comments on commit 257e13a

Please sign in to comment.