Skip to content

Commit 99be237

Browse files
critesjoshclaude
andcommitted
Update CI workflows to use Noir 1.0.0-beta.18
- solidity-example.yml: Update toolchain from 1.0.0-beta.15 to 1.0.0-beta.18 - solidity-example.yml: Replace --oracle_hash keccak with --verifier_target evm - web-starter-playwright.yml: Update toolchain from 1.0.0-beta.15 to 1.0.0-beta.18 Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 8b438eb commit 99be237

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/solidity-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Nargo
2525
uses: noir-lang/[email protected]
2626
with:
27-
toolchain: 1.0.0-beta.15
27+
toolchain: 1.0.0-beta.18
2828

2929
- name: Run Noir unit tests
3030
working-directory: solidity-example/circuits
@@ -63,7 +63,7 @@ jobs:
6363
working-directory: solidity-example/circuits
6464
run: |
6565
nargo execute
66-
bb prove -b ./target/noir_solidity.json -w target/noir_solidity.gz -o ./target --oracle_hash keccak
66+
bb prove -b ./target/noir_solidity.json -w target/noir_solidity.gz -o ./target --verifier_target evm
6767
cd ..
6868
(cd contract && forge test --optimize --optimizer-runs 5000 --gas-report -vvv)
6969

.github/workflows/web-starter-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Nargo
2020
uses: noir-lang/[email protected]
2121
with:
22-
toolchain: 1.0.0-beta.15
22+
toolchain: 1.0.0-beta.18
2323

2424
- name: Install bb
2525
run: |

0 commit comments

Comments
 (0)