-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: DaniPopes <[email protected]> Co-authored-by: Alisina Bahadori <[email protected]> Co-authored-by: Matthias Seitz <[email protected]> Co-authored-by: sealer3 <[email protected]> Co-authored-by: evalir <[email protected]> Co-authored-by: Yash Atreya <[email protected]> Co-authored-by: Arsenii Kulikov <[email protected]> Co-authored-by: jxom <[email protected]> Co-authored-by: grandizzy <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Meet Mangukiya <[email protected]> Co-authored-by: mattsse <[email protected]> Co-authored-by: galois <[email protected]> Co-authored-by: Rafael Quintero <[email protected]> Co-authored-by: bixia <[email protected]> Co-authored-by: Azleal <[email protected]> Co-authored-by: aureliusbtc <[email protected]> Co-authored-by: Federico Gimenez <[email protected]> Co-authored-by: NIC Lin <[email protected]> Co-authored-by: Colin Kennedy <[email protected]> Co-authored-by: Colin Kennedy <[email protected]> Co-authored-by: sodamntired <[email protected]> Co-authored-by: Andre Miras <[email protected]> Co-authored-by: sam bacha <[email protected]> Co-authored-by: teddav <[email protected]> Co-authored-by: grandizzy <[email protected]> Co-authored-by: Dhairya Sethi <[email protected]> Co-authored-by: m4rio <[email protected]> Co-authored-by: Oliver Nordbjerg <[email protected]> Co-authored-by: Oliver Nordbjerg <[email protected]> Co-authored-by: morito <[email protected]> Co-authored-by: tesseract <[email protected]> Co-authored-by: mattsse <[email protected]> Co-authored-by: poma <[email protected]> Co-authored-by: poma <[email protected]> Co-authored-by: Swanny <[email protected]> Co-authored-by: Zhuo Zhang <[email protected]> Co-authored-by: Ayene <[email protected]> Co-authored-by: Samuel Laferriere <[email protected]> Co-authored-by: Paul Peregud <[email protected]> Co-authored-by: Pawel Peregud <[email protected]> Co-authored-by: funnybird <[email protected]> Co-authored-by: fenghaojiang <[email protected]> Co-authored-by: Karrq <[email protected]> Co-authored-by: Federico Rodríguez <[email protected]> Co-authored-by: Juan Rigada <[email protected]> Co-authored-by: Francesco Dainese <[email protected]>
- Loading branch information
1 parent
825ca04
commit aeb30b1
Showing
736 changed files
with
40,105 additions
and
25,740 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,6 +1,10 @@ | ||
* @danipopes @evalir @mattsse | ||
|
||
crates/anvil/ @evalir @mattsse | ||
crates/evm/coverage/ @evalir @onbjerg | ||
crates/anvil/ @danipopes @mattsse @evalir | ||
crates/cheatcodes/ @danipopes @mattsse @klkvr @evalir | ||
crates/evm/coverage/ @onbjerg | ||
crates/fmt/ @rkrasiuk | ||
crates/macros/impls/ @danipopes | ||
crates/linking/ @klkvr | ||
crates/macros/ @danipopes | ||
crates/script/ @danipopes @mattsse @klkvr | ||
crates/wallets/ @klkvr |
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,26 +1,26 @@ | ||
name: deny | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
paths: [Cargo.lock, deny.toml] | ||
pull_request: | ||
branches: [main] | ||
paths: [Cargo.lock, deny.toml] | ||
push: | ||
branches: [dev] | ||
paths: [Cargo.lock, deny.toml] | ||
pull_request: | ||
branches: [dev] | ||
paths: [Cargo.lock, deny.toml] | ||
|
||
env: | ||
CARGO_TERM_COLOR: always | ||
CARGO_TERM_COLOR: always | ||
|
||
jobs: | ||
cargo-deny: | ||
name: cargo deny check | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: EmbarkStudios/cargo-deny-action@v1 | ||
with: | ||
command: check all | ||
# Clear out arguments to not pass `--all-features` to `cargo deny`. | ||
# many crates have an `openssl` feature which enables banned dependencies | ||
arguments: "" | ||
cargo-deny: | ||
name: cargo deny check | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 30 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: EmbarkStudios/cargo-deny-action@v1 | ||
with: | ||
command: check all | ||
# Clear out arguments to not pass `--all-features` to `cargo deny`. | ||
# many crates have an `openssl` feature which enables banned dependencies | ||
arguments: "" |
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
Oops, something went wrong.