Skip to content

Commit

Permalink
Migration from ethers to alloy types (#1693)
Browse files Browse the repository at this point in the history
* Migration from ethers to alloy types

* some fixes

* try snake case rename

* fix tests

* fix rust version

* fix conflicts

* some fixes

* modify clippy script

* fix clippy

* some fixes

* some fixes

* remove unused dep

* Update scripts/clippy.sh

* some fixes

* serde feature

* fmt

---------

Co-authored-by: Tarrence van As <[email protected]>
  • Loading branch information
tcoratger and tarrencev authored Apr 3, 2024
1 parent c595fc9 commit 24f40c6
Show file tree
Hide file tree
Showing 31 changed files with 590 additions and 791 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: |
- run: |
cargo llvm-cov nextest --no-report --all-features --workspace --exclude katana --build-jobs 10
cargo llvm-cov nextest --no-report -p katana
cargo llvm-cov nextest --no-report -p katana --no-default-features --features sir
Expand Down
Loading

0 comments on commit 24f40c6

Please sign in to comment.