Skip to content

Commit

Permalink
feat: use B256 + request_async + bump alloy + fix CI (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Dec 21, 2024
1 parent a1e3623 commit 57b107c
Show file tree
Hide file tree
Showing 10 changed files with 567 additions and 408 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

check:
name: Cargo Check
runs-on: [runs-on, runner=16cpu-linux-x64, disk=medium, "run-id=${{ github.run_id }}"]
runs-on: [runs-on, runner=16cpu-linux-x64, disk=large, "run-id=${{ github.run_id }}"]
env:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
steps:
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
- name: Run cargo prove new
run: |
cargo prove new fibonacci --version dev --evm
cargo prove new fibonacci --evm --version dev
- name: Build program and run script
run: |
Expand Down
Loading

0 comments on commit 57b107c

Please sign in to comment.