File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
noir-projects/noir-protocol-circuits Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ function test_cmds {
157157 for t in assert_statement a_1_mul slices verify_honk_proof; do
158158 echo " $sol_prefix $scripts /bb_prove_sol_verify.sh $t --disable_zk"
159159 echo " $sol_prefix $scripts /bb_prove_sol_verify.sh $t "
160- echo " $sol_prefix USE_OPTIMIZED_CONTRACT=true $scripts /bb_prove_sol_verify.sh $t "
160+ echo " $sol_prefix USE_OPTIMIZED_CONTRACT=true $scripts /bb_prove_sol_verify.sh $t --disable_zk "
161161 done
162162 # prove with bb cli and verify with bb.js classes
163163 echo " $sol_prefix $scripts /bb_prove_bbjs_verify.sh a_1_mul"
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ function compile {
126126 local verifier_path=" $key_dir /${name} _verifier.sol"
127127 SECONDS=0
128128 # Generate solidity verifier for this contract.
129- echo " $vk_bytes " | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path
129+ echo " $vk_bytes " | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path --optimized
130130 echo_stderr " Root rollup verifier at: $verifier_path (${SECONDS} s)"
131131 # Include the verifier path if we create it.
132132 cache_upload vk-$hash .tar.gz $key_path $verifier_path & > /dev/null
You can’t perform that action at this time.
0 commit comments