We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f207ea8 commit e40742fCopy full SHA for e40742f
1 file changed
noir-projects/noir-protocol-circuits/bootstrap.sh
@@ -130,8 +130,7 @@ function compile {
130
SECONDS=0
131
# Generate solidity verifier for this contract.
132
# TODO(AD) ensure this passes.
133
- #echo "$vk_bytes" | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path --optimized
134
- echo "$vk_bytes" | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path
+ echo "$vk_bytes" | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path --optimized
135
echo_stderr "Root rollup verifier at: $verifier_path (${SECONDS}s)"
136
# Include the verifier path if we create it.
137
cache_upload vk-$hash.tar.gz $key_path $verifier_path &> /dev/null
0 commit comments