Skip to content

Commit

Permalink
WEB3-76: Bump risc0-ethereum and risc0-zkvm (#132)
Browse files Browse the repository at this point in the history
* bump risc0-ethereum and risc0-zkvm

* use alloy

* bump risc0-ethereum

* bump risc0-ethereum-contracts and risc0-build-ethereum

* bump deps
  • Loading branch information
capossele authored Oct 9, 2024
1 parent e296def commit ece2fe1
Show file tree
Hide file tree
Showing 12 changed files with 2,019 additions and 2,264 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_BACKTRACE: "1"
RISC0_MONOREPO_REF: "release-1.0"
RISC0_MONOREPO_REF: "release-1.1"

jobs:
test:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f

- name: risczero toolchain install
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.0
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.1
with:
ref: ${{ env.RISC0_MONOREPO_REF }}

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: risc0/foundry-toolchain@2fe7e70b520f62368a0e3c464f997df07ede420f

- name: risczero toolchain install
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.0
uses: risc0/risc0-ethereum/.github/actions/cargo-risczero-install@release-1.1
with:
ref: ${{ env.RISC0_MONOREPO_REF }}

Expand Down
Loading

0 comments on commit ece2fe1

Please sign in to comment.