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 @@ -152,7 +152,7 @@ function test_cmds {
152152 for t in assert_statement a_1_mul slices verify_honk_proof; do
153153 echo " $sol_prefix $scripts /bb_prove_sol_verify.sh $t --disable_zk"
154154 echo " $sol_prefix $scripts /bb_prove_sol_verify.sh $t "
155- echo " $sol_prefix USE_OPTIMIZED_CONTRACT=true $scripts /bb_prove_sol_verify.sh $t "
155+ echo " $sol_prefix USE_OPTIMIZED_CONTRACT=true $scripts /bb_prove_sol_verify.sh $t --disable_zk "
156156 done
157157 # prove with bb cli and verify with bb.js classes
158158 echo " $sol_prefix $scripts /bb_prove_bbjs_verify.sh a_1_mul"
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ function compile {
119119 local verifier_path=" $key_dir /${name} _verifier.sol"
120120 SECONDS=0
121121 # Generate solidity verifier for this contract.
122- echo " $vk_bytes " | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path
122+ echo " $vk_bytes " | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path --optimized
123123 echo_stderr " Root rollup verifier at: $verifier_path (${SECONDS} s)"
124124 # Include the verifier path if we create it.
125125 cache_upload vk-$hash .tar.gz $key_path $verifier_path & > /dev/null
You can’t perform that action at this time.
0 commit comments