We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d87c30 commit 7afc955Copy full SHA for 7afc955
.github/workflows/consistency.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
git clone https://github.com/openvm-org/openvm.git
29
cd openvm
30
- git checkout ${{ inputs.version }}
+ git checkout feat/format-verifier
31
32
- name: Run openvm setup
33
@@ -36,4 +36,4 @@ jobs:
36
37
- name: Compare output to version folder
38
39
- diff -r ~/.openvm/halo2 src/${{ inputs.version }}
+ diff -r ~/.openvm/halo2 src/v1.0.1 --exclude=verifier.bytecode.json
0 commit comments