Skip to content

Commit 1b9f6db

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/barretenberg
2 parents cd319a0 + 4433c06 commit 1b9f6db

6 files changed

Lines changed: 514 additions & 414 deletions

File tree

barretenberg/cpp/scripts/test_civc_standalone_vks_havent_changed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd ..
1111
# - Generate a hash for versioning: sha256sum bb-civc-inputs.tar.gz
1212
# - Upload the compressed results: aws s3 cp bb-civc-inputs.tar.gz s3://aztec-ci-artifacts/protocol/bb-civc-inputs-[hash(0:8)].tar.gz
1313
# Note: In case of the "Test suite failed to run ... Unexpected token 'with' " error, need to run: docker pull aztecprotocol/build:3.0
14-
pinned_short_hash="42c72e0d"
14+
pinned_short_hash="ca12eef6"
1515
pinned_civc_inputs_url="https://aztec-ci-artifacts.s3.us-east-2.amazonaws.com/protocol/bb-civc-inputs-${pinned_short_hash}.tar.gz"
1616

1717
function compress_and_upload {

barretenberg/cpp/src/barretenberg/stdlib/honk_verifier/ultra_recursive_verifier.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ template <typename RecursiveFlavor> class RecursiveVerifierTest : public testing
291291
}
292292
// Check the size of the recursive verifier
293293
if constexpr (std::same_as<RecursiveFlavor, MegaZKRecursiveFlavor_<UltraCircuitBuilder>>) {
294-
uint32_t NUM_GATES_EXPECTED = 873673;
294+
uint32_t NUM_GATES_EXPECTED = 873519;
295295
ASSERT_EQ(static_cast<uint32_t>(outer_circuit.get_num_finalized_gates()), NUM_GATES_EXPECTED)
296296
<< "MegaZKHonk Recursive verifier changed in Ultra gate count! Update this value if you "
297297
"are sure this is expected.";

0 commit comments

Comments
 (0)