-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7bd86c5
commit 696bc48
Showing
15 changed files
with
84 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
#### EVM Options | ||
|
||
`-f` *url* | ||
`--rpc-url` *url* | ||
`--fork-url` *url* | ||
`-f` *url* | ||
`--rpc-url` *url* | ||
`--fork-url` *url* | ||
Fetch state over a remote endpoint instead of starting from an empty state. | ||
|
||
If you want to fetch state from a specific block number, see | ||
`--fork-block-number`. | ||
|
||
`--fork-block-number` *block* | ||
`--fork-block-number` *block* | ||
Fetch state from a specific block number over a remote endpoint. See `--fork-url`. | ||
|
||
`--fork-retry-backoff <BACKOFF>` | ||
`--fork-retry-backoff <BACKOFF>` | ||
Initial retry backoff on encountering errors. | ||
|
||
`--no-storage-caching` | ||
`--no-storage-caching` | ||
Explicitly disables the use of RPC caching. | ||
|
||
All storage slots are read entirely from the endpoint. See `--fork-url`. | ||
|
||
`-v` | ||
`--verbosity` | ||
`-v` | ||
`--verbosity` | ||
Verbosity of the EVM. | ||
|
||
Pass multiple times to increase the verbosity (e.g. `-v`, `-vv`, `-vvv`). | ||
|
||
Verbosity levels: | ||
- 2: Print logs for all tests | ||
- 3: Print execution traces for failing tests | ||
- 4: Print execution traces for all tests, and setup traces for failing tests | ||
Verbosity levels: | ||
- 2: Print logs for all tests | ||
- 3: Print execution traces for failing tests | ||
- 4: Print execution traces for all tests, and setup traces for failing tests | ||
- 5: Print execution and setup traces for all tests | ||
|
||
`--sender` *address* | ||
`--sender` *address* | ||
The address which will be executing tests | ||
|
||
`--initial-balance` *balance* | ||
`--initial-balance` *balance* | ||
The initial balance of deployed contracts | ||
|
||
`--ffi` | ||
`--ffi` | ||
Enables the [FFI cheatcode][ffi-cheatcode] | ||
|
||
[ffi-cheatcode]: ../../cheatcodes/ffi.md | ||
[ffi-cheatcode]: ../cheatcodes/ffi.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters