Skip to content

Commit

Permalink
chore(output): weekly command output update (#1365)
Browse files Browse the repository at this point in the history
update command output

Co-authored-by: mattsse <[email protected]>
  • Loading branch information
github-actions[bot] and mattsse authored Dec 1, 2024
1 parent 69b4a30 commit b89cb75
Show file tree
Hide file tree
Showing 192 changed files with 957 additions and 249 deletions.
8 changes: 5 additions & 3 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
- [`cast 4byte`](./reference/cli/cast/4byte.md)
- [`cast 4byte-decode`](./reference/cli/cast/4byte-decode.md)
- [`cast 4byte-event`](./reference/cli/cast/4byte-event.md)
- [`cast abi-decode`](./reference/cli/cast/abi-decode.md)
- [`cast abi-encode`](./reference/cli/cast/abi-encode.md)
- [`cast access-list`](./reference/cli/cast/access-list.md)
- [`cast address-zero`](./reference/cli/cast/address-zero.md)
Expand All @@ -153,7 +152,6 @@
- [`cast call`](./reference/cli/cast/call.md)
- [`cast call --create`](./reference/cli/cast/call/--create.md)
- [`cast calldata`](./reference/cli/cast/calldata.md)
- [`cast calldata-decode`](./reference/cli/cast/calldata-decode.md)
- [`cast chain`](./reference/cli/cast/chain.md)
- [`cast chain-id`](./reference/cli/cast/chain-id.md)
- [`cast client`](./reference/cli/cast/client.md)
Expand All @@ -166,7 +164,12 @@
- [`cast constructor-args`](./reference/cli/cast/constructor-args.md)
- [`cast create2`](./reference/cli/cast/create2.md)
- [`cast creation-code`](./reference/cli/cast/creation-code.md)
- [`cast decode-abi`](./reference/cli/cast/decode-abi.md)
- [`cast decode-calldata`](./reference/cli/cast/decode-calldata.md)
- [`cast decode-eof`](./reference/cli/cast/decode-eof.md)
- [`cast decode-error`](./reference/cli/cast/decode-error.md)
- [`cast decode-event`](./reference/cli/cast/decode-event.md)
- [`cast decode-string`](./reference/cli/cast/decode-string.md)
- [`cast decode-transaction`](./reference/cli/cast/decode-transaction.md)
- [`cast disassemble`](./reference/cli/cast/disassemble.md)
- [`cast estimate`](./reference/cli/cast/estimate.md)
Expand Down Expand Up @@ -217,7 +220,6 @@
- [`cast sig-event`](./reference/cli/cast/sig-event.md)
- [`cast storage`](./reference/cli/cast/storage.md)
- [`cast storage-root`](./reference/cli/cast/storage-root.md)
- [`cast string-decode`](./reference/cli/cast/string-decode.md)
- [`cast to-ascii`](./reference/cli/cast/to-ascii.md)
- [`cast to-base`](./reference/cli/cast/to-base.md)
- [`cast to-bytes32`](./reference/cli/cast/to-bytes32.md)
Expand Down
2 changes: 1 addition & 1 deletion src/output/cast/cast-call

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/cheatcodes/forge-test-cheatcodes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/cheatcodes/forge-test-cheatcodes-expectrevert

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/cheatcodes/forge-test-cheatcodes-tracing

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/cheatcodes/forge-test-simple

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/output/deps/forge-install

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/foundry-template/forge-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/fuzz_testing/forge-test-fail-fuzz

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/fuzz_testing/forge-test-no-fuzz

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/output/fuzz_testing/forge-test-success-fuzz

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/output/hello_foundry/forge-build

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/hello_foundry/forge-init

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/output/hello_foundry/forge-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions src/output/nft_tutorial/forge-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/test_filters/forge-test-match-contract-and-test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/output/test_filters/forge-test-match-path

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions src/reference/cli/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
- [`cast 4byte`](./cast/4byte.md)
- [`cast 4byte-decode`](./cast/4byte-decode.md)
- [`cast 4byte-event`](./cast/4byte-event.md)
- [`cast abi-decode`](./cast/abi-decode.md)
- [`cast abi-encode`](./cast/abi-encode.md)
- [`cast access-list`](./cast/access-list.md)
- [`cast address-zero`](./cast/address-zero.md)
Expand All @@ -68,7 +67,6 @@
- [`cast call`](./cast/call.md)
- [`cast call --create`](./cast/call/--create.md)
- [`cast calldata`](./cast/calldata.md)
- [`cast calldata-decode`](./cast/calldata-decode.md)
- [`cast chain`](./cast/chain.md)
- [`cast chain-id`](./cast/chain-id.md)
- [`cast client`](./cast/client.md)
Expand All @@ -81,7 +79,12 @@
- [`cast constructor-args`](./cast/constructor-args.md)
- [`cast create2`](./cast/create2.md)
- [`cast creation-code`](./cast/creation-code.md)
- [`cast decode-abi`](./cast/decode-abi.md)
- [`cast decode-calldata`](./cast/decode-calldata.md)
- [`cast decode-eof`](./cast/decode-eof.md)
- [`cast decode-error`](./cast/decode-error.md)
- [`cast decode-event`](./cast/decode-event.md)
- [`cast decode-string`](./cast/decode-string.md)
- [`cast decode-transaction`](./cast/decode-transaction.md)
- [`cast disassemble`](./cast/disassemble.md)
- [`cast estimate`](./cast/estimate.md)
Expand Down Expand Up @@ -132,7 +135,6 @@
- [`cast sig-event`](./cast/sig-event.md)
- [`cast storage`](./cast/storage.md)
- [`cast storage-root`](./cast/storage-root.md)
- [`cast string-decode`](./cast/string-decode.md)
- [`cast to-ascii`](./cast/to-ascii.md)
- [`cast to-base`](./cast/to-base.md)
- [`cast to-bytes32`](./cast/to-bytes32.md)
Expand Down
3 changes: 2 additions & 1 deletion src/reference/cli/anvil.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ Display options:
- 3 (-vvv): Print execution traces for failing tests.
- 4 (-vvvv): Print execution traces for all tests, and setup traces
for failing tests.
- 5 (-vvvvv): Print execution and setup traces for all tests.
- 5 (-vvvvv): Print execution and setup traces for all tests,
including storage changes.
Server options:
--allow-origin <ALLOW_ORIGIN>
Expand Down
3 changes: 2 additions & 1 deletion src/reference/cli/anvil/completions.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ Display options:
- 3 (-vvv): Print execution traces for failing tests.
- 4 (-vvvv): Print execution traces for all tests, and setup traces
for failing tests.
- 5 (-vvvvv): Print execution and setup traces for all tests.
- 5 (-vvvvv): Print execution and setup traces for all tests,
including storage changes.
```
3 changes: 2 additions & 1 deletion src/reference/cli/anvil/generate-fig-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@ Display options:
- 3 (-vvv): Print execution traces for failing tests.
- 4 (-vvvv): Print execution traces for all tests, and setup traces
for failing tests.
- 5 (-vvvvv): Print execution and setup traces for all tests.
- 5 (-vvvvv): Print execution and setup traces for all tests,
including storage changes.
```
19 changes: 12 additions & 7 deletions src/reference/cli/cast.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Commands:
4byte-event Get the event signature for a given topic 0 from
https://openchain.xyz [aliases: 4e, 4be, topic0-event,
t0e]
abi-decode Decode ABI-encoded input or output data [aliases: ad,
--abi-decode]
abi-encode ABI encode the given function argument, excluding the
selector [aliases: ae]
access-list Create an access list for a transaction [aliases: ac,
Expand All @@ -36,8 +34,6 @@ Commands:
call Perform a call on an account without publishing a
transaction [aliases: c]
calldata ABI-encode a function with arguments [aliases: cd]
calldata-decode Decode ABI-encoded input data [aliases:
--calldata-decode, cdd]
chain Get the symbolic name of the current chain
chain-id Get the Ethereum chain ID [aliases: ci, cid]
client Get the current client version [aliases: cl]
Expand All @@ -55,7 +51,17 @@ Commands:
[aliases: c2]
creation-code Download a contract creation code from Etherscan and
RPC [aliases: cc]
decode-abi Decode ABI-encoded input or output data [aliases:
abi-decode, --abi-decode, ad]
decode-calldata Decode ABI-encoded input data [aliases:
calldata-decode, --calldata-decode, cdd]
decode-eof Decodes EOF container bytes
decode-error Decode custom error data [aliases: error-decode,
--error-decode, erd]
decode-event Decode event data [aliases: event-decode,
--event-decode, ed]
decode-string Decode ABI-encoded string [aliases: string-decode,
--string-decode, sd]
decode-transaction Decodes a raw signed EIP 2718 typed transaction
[aliases: dt, decode-tx]
disassemble Disassembles hex encoded bytecode into individual /
Expand Down Expand Up @@ -133,8 +139,6 @@ Commands:
storage Get the raw value of a contract's storage slot
[aliases: st]
storage-root Get the storage root for an account [aliases: sr]
string-decode Decode ABI-encoded string [aliases: --string-decode,
sd]
to-ascii Convert hex data to an ASCII string [aliases:
--to-ascii, tas, 2as]
to-base Converts a number of one base to another [aliases:
Expand Down Expand Up @@ -209,7 +213,8 @@ Display options:
- 3 (-vvv): Print execution traces for failing tests.
- 4 (-vvvv): Print execution traces for all tests, and setup traces
for failing tests.
- 5 (-vvvvv): Print execution and setup traces for all tests.
- 5 (-vvvvv): Print execution and setup traces for all tests,
including storage changes.
Find more information in the book:
http://book.getfoundry.sh/reference/cast/cast.html
Expand Down
3 changes: 2 additions & 1 deletion src/reference/cli/cast/4byte-decode.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ Display options:
- 3 (-vvv): Print execution traces for failing tests.
- 4 (-vvvv): Print execution traces for all tests, and setup traces
for failing tests.
- 5 (-vvvvv): Print execution and setup traces for all tests.
- 5 (-vvvvv): Print execution and setup traces for all tests,
including storage changes.
```
Loading

0 comments on commit b89cb75

Please sign in to comment.