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 fa062b8 commit ca431d4Copy full SHA for ca431d4
barretenberg/acir_tests/bootstrap.sh
@@ -156,7 +156,7 @@ function test_cmds {
156
local sol_prefix="$tests_hash:ISOLATE=1"
157
# Solidity tests. Isolate because anvil.
158
# Test the solidity verifier with and without zk
159
- for t in assert_statement a_1_mul slices verify_honk_proof; do
+ for t in assert_statement a_1_mul vectors verify_honk_proof; do
160
echo "$sol_prefix $scripts/bb_prove_sol_verify.sh $t --disable_zk"
161
echo "$sol_prefix $scripts/bb_prove_sol_verify.sh $t"
162
echo "$sol_prefix USE_OPTIMIZED_CONTRACT=true $scripts/bb_prove_sol_verify.sh $t --disable_zk"
0 commit comments