Skip to content

Commit

Permalink
Merge branch 'nightly' into kpp/chunked_da
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Aug 13, 2024
2 parents b198192 + b40e674 commit 1288fd4
Show file tree
Hide file tree
Showing 68 changed files with 2,864 additions and 4,670 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected].1
tool: [email protected].5
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
run: cargo risczero install --version r0.1.78.0
run: cargo risczero install --version r0.1.79.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Check TOML
Expand Down Expand Up @@ -122,9 +122,9 @@ jobs:
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected].1
tool: [email protected].5
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
run: cargo risczero install --version r0.1.78.0
run: cargo risczero install --version r0.1.79.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run cargo-udeps
Expand All @@ -150,7 +150,7 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.78.0
- uses: dtolnay/rust-toolchain@1.79.0
with:
components: llvm-tools-preview
- name: Rust Cache
Expand All @@ -160,9 +160,9 @@ jobs:
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected].1
tool: [email protected].5
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
run: cargo risczero install --version r0.1.78.0
run: cargo risczero install --version r0.1.79.0
- name: Cache ethereum-tests
uses: actions/cache@v3
with:
Expand All @@ -184,7 +184,7 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.78.0
- uses: dtolnay/rust-toolchain@1.79.0
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -194,9 +194,9 @@ jobs:
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected].1
tool: [email protected].5
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
run: cargo risczero install --version r0.1.78.0
run: cargo risczero install --version r0.1.79.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build citrea
Expand Down Expand Up @@ -234,14 +234,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: dtolnay/rust-toolchain@1.78.0
- uses: dtolnay/rust-toolchain@1.79.0
- uses: dcarbone/install-jq-action@v2
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected].1
tool: [email protected].5
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
run: cargo risczero install --version r0.1.78.0
run: cargo risczero install --version r0.1.79.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v3
Expand All @@ -268,7 +268,7 @@ jobs:
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.78.0
- uses: dtolnay/rust-toolchain@1.79.0
- uses: actions/setup-node@v4
with:
node-version: 18
Expand All @@ -278,9 +278,9 @@ jobs:
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected].1
tool: [email protected].5
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
run: cargo risczero install --version r0.1.78.0
run: cargo risczero install --version r0.1.79.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build citrea
Expand All @@ -306,13 +306,13 @@ jobs:
- name: Install Rust Bare Metal
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78.0
toolchain: 1.79.0
target: thumbv6m-none-eabi
override: true
- name: Install Rust WASM
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78.0
toolchain: 1.79.0
target: wasm32-unknown-unknown
override: true
- name: cargo install cargo-hack
Expand All @@ -337,7 +337,7 @@ jobs:
version: "23.2"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@1.79.0
with:
override: true
components: rustfmt, clippy
Expand All @@ -346,9 +346,9 @@ jobs:
- name: Install cargo-risczero
uses: taiki-e/install-action@v2
with:
tool: [email protected].1
tool: [email protected].5
- name: Install risc0-zkvm toolchain # Use the risc0 cargo extension to install the risc0 std library for the current toolchain
run: cargo risczero install --version r0.1.78.0
run: cargo risczero install --version r0.1.79.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# `cargo-nextest` is much faster than standard `cargo test`.
Expand Down
Loading

0 comments on commit 1288fd4

Please sign in to comment.