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 34eabaa commit 94f4d1cCopy full SHA for 94f4d1c
noir-projects/noir-protocol-circuits/bootstrap.sh
@@ -119,7 +119,7 @@ function compile {
119
local verifier_path="$key_dir/${name}_verifier.sol"
120
SECONDS=0
121
# 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
+ echo "$vk_bytes" | xxd -r -p | $BB write_solidity_verifier --scheme ultra_honk --disable_zk -k - -o $verifier_path --optimized
123
echo_stderr "Root rollup verifier at: $verifier_path (${SECONDS}s)"
124
# Include the verifier path if we create it.
125
cache_upload vk-$hash.tar.gz $key_path $verifier_path &> /dev/null
0 commit comments