Skip to content

Commit

Permalink
Merge branch 'master' into evalir/add-4844-types
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Mar 12, 2024
2 parents 9a43ddb + edb3a4b commit 8dc7d45
Show file tree
Hide file tree
Showing 245 changed files with 9,538 additions and 5,721 deletions.
12 changes: 8 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
* @danipopes @evalir @mattsse
* @danipopes @mattsse

crates/anvil/ @evalir @mattsse
crates/evm/coverage/ @evalir @onbjerg
crates/anvil/ @danipopes @mattsse
crates/cheatcodes/ @danipopes @mattsse @klkvr
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
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@clippy
with:
toolchain: nightly-2024-02-03
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ out/
out.json
.idea
.vscode
bloat*
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Please also make sure that the following commands pass if you have changed the c
cargo check --all
cargo test --all --all-features
cargo +nightly fmt -- --check
cargo +nightly clippy --all --all-features -- -D warnings
cargo +nightly clippy --all --all-targets --all-features -- -D warnings
```

If you are working in VSCode, we recommend you install the [rust-analyzer](https://rust-analyzer.github.io/) extension, and use the following VSCode user settings:
Expand Down
Loading

0 comments on commit 8dc7d45

Please sign in to comment.