Skip to content

Commit

Permalink
feat(cancun): update test blocks (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare authored Jul 9, 2024
1 parent 858d6a1 commit adf00d8
Show file tree
Hide file tree
Showing 6 changed files with 2,376 additions and 3,851 deletions.
77 changes: 38 additions & 39 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,45 +176,44 @@ jobs:
CARGO_INCREMENTAL: 1
RUST_BACKTRACE: 1

# TODO: Update artifact files
# simple_proof_regular:
# name: Execute bash script to generate and verify a proof for a small block.
# runs-on: zero-ci

# steps:
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Run the script
# run: |
# pushd zero_bin/tools
# ./prove_stdio.sh artifacts/witness_b19240705.json

# simple_proof_witness_only:
# name: Execute bash script to generate the proof witness for a small block.
# runs-on: zero-ci

# steps:
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Run the script
# run: |
# pushd zero_bin/tools
# ./prove_stdio.sh artifacts/witness_b19240705.json test_only

# multi_blocks_proof_regular:
# name: Execute bash script to generate and verify a proof for multiple blocks using parallel proving.
# runs-on: zero-ci

# steps:
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Run the script
# run: |
# pushd zero_bin/tools
# ./prove_stdio.sh artifacts/witness_b2_b7.json
simple_proof_regular:
name: Execute bash script to generate and verify a proof for a small block.
runs-on: zero-ci

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run the script
run: |
pushd zero_bin/tools
./prove_stdio.sh artifacts/witness_b19807080.json
simple_proof_witness_only:
name: Execute bash script to generate the proof witness for a small block.
runs-on: zero-ci

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run the script
run: |
pushd zero_bin/tools
./prove_stdio.sh artifacts/witness_b19807080.json test_only
multi_blocks_proof_regular:
name: Execute bash script to generate and verify a proof for multiple blocks using parallel proving.
runs-on: zero-ci

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run the script
run: |
pushd zero_bin/tools
./prove_stdio.sh artifacts/witness_b3_b6.json
lints:
name: Rustdoc, Formatting and Clippy
Expand Down
1,390 changes: 0 additions & 1,390 deletions zero_bin/tools/artifacts/witness_b19240705.json

This file was deleted.

1,025 changes: 1,025 additions & 0 deletions zero_bin/tools/artifacts/witness_b19807080.json

Large diffs are not rendered by default.

Loading

0 comments on commit adf00d8

Please sign in to comment.