-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 7368/reorg
- Loading branch information
Showing
303 changed files
with
13,188 additions
and
5,440 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,10 +1 @@ | ||
* @danipopes @evalir @mattsse | ||
|
||
crates/anvil/ @danipopes @mattsse @evalir | ||
crates/cheatcodes/ @danipopes @mattsse @klkvr @evalir | ||
crates/evm/coverage/ @onbjerg | ||
crates/fmt/ @rkrasiuk | ||
crates/linking/ @klkvr | ||
crates/macros/ @danipopes | ||
crates/script/ @danipopes @mattsse @klkvr | ||
crates/wallets/ @klkvr | ||
* @danipopes @klkvr @mattsse |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
set -eo pipefail | ||
|
||
# We have to ignore at shell level because testdata/ is not a valid Foundry project, | ||
# so running `forge fmt` with `--root testdata` won't actually check anything | ||
shopt -s extglob | ||
cargo run --bin forge -- fmt "$@" $(find testdata -name '*.sol' ! -name Vm.sol) |
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
Oops, something went wrong.