Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add trace docs #985

Merged
merged 3 commits into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions src/reference/cast/cast-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ The destination (*to*) can be an ENS name or an address.

### OPTIONS

`--trace`
    The block height you want to query at.

`--debug`
    Opens an interactive debugger with the transaction. Needs `--trace`.

`--verbose`
    Prints a more verbose trace. Needs `--trace`.

`--labels <address:label>`
&nbsp;&nbsp;&nbsp;&nbsp;Labels to apply to the traces, with the format `address:label`. Needs `--trace`.

`--evm-version`
&nbsp;&nbsp;&nbsp;&nbsp;The EVM version to use. Needs `--trace`.

#### Query Options

`-B` *block*
Expand Down