Skip to content

Commit 1044100

Browse files
chore(output): weekly command output update (#1705)
update command output Co-authored-by: mattsse <[email protected]>
1 parent 1972e89 commit 1044100

File tree

16 files changed

+40
-33
lines changed

16 files changed

+40
-33
lines changed

vocs/docs/pages/cast/reference/wallet/sign-auth.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ Options:
6969
--chain <CHAIN>
7070
7171
72+
--self-broadcast
73+
If set, indicates the authorization will be broadcast by the signing
74+
account itself. This means the nonce used will be the current nonce +
75+
1 (to account for the transaction that will include this
76+
authorization)
77+
7278
-h, --help
7379
Print help (see a summary with '-h')
7480

vocs/docs/pages/forge/reference/script.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,13 +315,16 @@ Project options:
315315
Path to the config file
316316
317317
Wallet options - raw:
318-
-i, --interactives <NUM>
318+
--interactives <NUM>
319319
Open an interactive prompt to enter your private key.
320320
321321
Takes a value for the number of keys to enter.
322322
323323
[default: 0]
324324
325+
-i, --interactive
326+
Open an interactive prompt to enter your private key
327+
325328
--private-keys <RAW_PRIVATE_KEYS>
326329
Use the provided private keys
327330

vocs/docs/snippets/output/cast/cast-call

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
$ cast call 0x6b175474e89094c44da98b954eedeac495271d0f "totalSupply()(uint256)" --rpc-url https://reth-ethereum.ithaca.xyz/rpc
44
// [!endregion command]
55
// [!region output]
6-
4524276438499239904419700099 [4.524e27]
6+
4394925520977107342438279333 [4.394e27]
77
// [!endregion output]
88
// [!endregion all]

vocs/docs/snippets/output/cheatcodes/forge-test-cheatcodes-expectrevert

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ No files changed, compilation skipped
77

88
Ran 1 test for test/OwnerUpOnly.t.sol:OwnerUpOnlyTest
99
[PASS] test_IncrementAsOwner() (gas: 29808)
10-
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 218.54µs (41.20µs CPU time)
10+
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 217.25µs (40.18µs CPU time)
1111

12-
Ran 1 test suite in 7.92ms (218.54µs CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
12+
Ran 1 test suite in 7.76ms (217.25µs CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
1313
// [!endregion output]
1414
// [!endregion all]

vocs/docs/snippets/output/cheatcodes/forge-test-simple

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $ forge test --match-test test_IncrementAsOwner
44
// [!endregion command]
55
// [!region output]
66
Compiling 24 files with Solc 0.8.10
7-
Solc 0.8.10 finished in 668.82ms
7+
Solc 0.8.10 finished in 669.57ms
88
Compiler run successful!
99

1010
Ran 1 test for test/OwnerUpOnly.t.sol:OwnerUpOnlyTest
1111
[PASS] test_IncrementAsOwner() (gas: 29808)
12-
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 242.62µs (47.90µs CPU time)
12+
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 221.70µs (41.13µs CPU time)
1313

14-
Ran 1 test suite in 7.72ms (242.62µs CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
14+
Ran 1 test suite in 8.50ms (221.70µs CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
1515
// [!endregion output]
1616
// [!endregion all]

vocs/docs/snippets/output/fuzz_testing/forge-test-fail-fuzz

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $ forge test --allow-failure
44
// [!endregion command]
55
// [!region output]
66
Compiling 1 files with Solc 0.8.10
7-
Solc 0.8.10 finished in 622.50ms
7+
Solc 0.8.10 finished in 615.67ms
88
Compiler run successful!
99

1010
Ran 1 test for test/Safe.t.sol:SafeTest
11-
[FAIL: EvmError: Revert; counterexample: calldata=0x29facca7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe args=[115792089237316195423570985008687907853269984665640564039457584007913129639934 [1.157e77]]] testFuzz_Withdraw(uint256) (runs: 0, μ: 0, ~: 0)
12-
Suite result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 623.08µs (440.15µs CPU time)
11+
[FAIL: EvmError: Revert; counterexample: calldata=0x29facca70000000000000000000000002d34bc66c2bfde4f6ec87b0f85b09cb14f2b7d65 args=[258080635514819436726440568508190763556037950821 [2.58e47]]] testFuzz_Withdraw(uint256) (runs: 0, μ: 0, ~: 0)
12+
Suite result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 615.96µs (443.56µs CPU time)
1313

14-
Ran 1 test suite in 7.92ms (623.08µs CPU time): 0 tests passed, 1 failed, 0 skipped (1 total tests)
14+
Ran 1 test suite in 7.69ms (615.96µs CPU time): 0 tests passed, 1 failed, 0 skipped (1 total tests)
1515
// [!endregion output]
1616
// [!endregion all]

vocs/docs/snippets/output/fuzz_testing/forge-test-no-fuzz

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $ forge test
44
// [!endregion command]
55
// [!region output]
66
Compiling 24 files with Solc 0.8.10
7-
Solc 0.8.10 finished in 666.33ms
7+
Solc 0.8.10 finished in 665.91ms
88
Compiler run successful!
99

1010
Ran 1 test for test/Safe.t.sol:SafeTest
1111
[PASS] test_Withdraw() (gas: 19644)
12-
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 204.30µs (32.98µs CPU time)
12+
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 222.15µs (32.12µs CPU time)
1313

14-
Ran 1 test suite in 7.85ms (204.30µs CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
14+
Ran 1 test suite in 7.96ms (222.15µs CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
1515
// [!endregion output]
1616
// [!endregion all]

vocs/docs/snippets/output/fuzz_testing/forge-test-success-fuzz

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ $ forge test
44
// [!endregion command]
55
// [!region output]
66
Compiling 1 files with Solc 0.8.10
7-
Solc 0.8.10 finished in 624.45ms
7+
Solc 0.8.10 finished in 620.02ms
88
Compiler run successful!
99

1010
Ran 1 test for test/Safe.t.sol:SafeTest
11-
[PASS] testFuzz_Withdraw(uint96) (runs: 256, μ: 19608, ~: 19923)
12-
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 3.97ms (3.79ms CPU time)
11+
[PASS] testFuzz_Withdraw(uint96) (runs: 256, μ: 19556, ~: 19923)
12+
Suite result: ok. 1 passed; 0 failed; 0 skipped; finished in 4.27ms (4.04ms CPU time)
1313

14-
Ran 1 test suite in 7.84ms (3.97ms CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
14+
Ran 1 test suite in 7.82ms (4.27ms CPU time): 1 tests passed, 0 failed, 0 skipped (1 total tests)
1515
// [!endregion output]
1616
// [!endregion all]

vocs/docs/snippets/output/hello_foundry/forge-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $ forge build
44
// [!endregion command]
55
// [!region output]
66
Compiling 23 files with Solc 0.8.30
7-
Solc 0.8.30 finished in 532.88ms
7+
Solc 0.8.30 finished in 549.48ms
88
Compiler run successful!
99
// [!endregion output]
1010
// [!endregion all]

vocs/docs/snippets/output/hello_foundry/forge-init

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$ forge init hello_foundry
44
// [!endregion command]
55
// [!region output]
6-
Initializing /tmp/tmp.iRKNJNyFwE/hello_foundry...
7-
Installing forge-std in /tmp/tmp.iRKNJNyFwE/hello_foundry/lib/forge-std (url: https://github.com/foundry-rs/forge-std, tag: None)
6+
Initializing /tmp/tmp.a7c3sgcot6/hello_foundry...
7+
Installing forge-std in /tmp/tmp.a7c3sgcot6/hello_foundry/lib/forge-std (url: https://github.com/foundry-rs/forge-std, tag: None)
88
Installed forge-std tag=v1.11.0@8e40513d678f392f398620b3ef2b418648b33e89
99
Initialized forge project
1010
// [!endregion output]

0 commit comments

Comments
 (0)