Skip to content

Commit

Permalink
address reviewer feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
  • Loading branch information
Alexandra Tran committed Oct 26, 2023
1 parent b911c47 commit c6c227e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/public-networks/how-to/troubleshoot/evm-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The `develop` tag is the current main branch code that will go into a future rel

## EVM tool options

The first mode of the EVM tool runs an arbitrary EVM and is invoked without an extra command.
The first mode of the EVM tool runs arbitrary EVM bytecode and is invoked without an extra command.
Use [command line options](../../reference/evm-tool.md#options) to specify the code and other
contextual information.
For example:
Expand Down
9 changes: 4 additions & 5 deletions docs/public-networks/reference/evm-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Option names that include `trace`, such as [`--trace`](#json-trace) and [`--trac

## Options

The first mode of the EVM tool runs an arbitrary EVM and is invoked without an extra command. Command line options specify the code and other contextual information.

### `code`

<!--tabs-->
Expand Down Expand Up @@ -491,9 +489,10 @@ Comment lines and blanks are ignored.

Allows the [Ethereum state tests](https://github.com/ethereum/tests/tree/develop/GeneralStateTests)
to be evaluated.
The only applicable options are [`--json`](#json-trace) and [`--nomemory`](#nomemory-tracenomemory).
Run `evmtool state-test --help` for the full list of supported options.
Notable options are [`--json`](#json-trace) and [`--nomemory`](#nomemory-tracenomemory).

Set `--json` option for EVM Lab Fuzzing.
Set `--json` for EVM Lab Fuzzing.
Whether or not `--json` is set, a summary JSON object is printed to standard output for each state
test executed.

Expand Down Expand Up @@ -539,7 +538,7 @@ evmtool --json state-test < stExample/add11.json

<!--/tabs-->

### `transition`, `t8n`
### `transition`, `t8n`, `t8n-server`

Allows the Ethereum state transition and blockchain tests to be evaluated.
See the [transition tool reference](https://ethereum-tests.readthedocs.io/en/develop/t8ntool-ref.html)
Expand Down

0 comments on commit c6c227e

Please sign in to comment.