From f7df6dee4fc29520c9529a081f88402efdbc559c Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 20:26:32 +0200 Subject: [PATCH 1/2] typo-Update Earthfile --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 34e966723..42c589ccb 100644 --- a/Earthfile +++ b/Earthfile @@ -157,7 +157,7 @@ barretenberg-acir-tests-bb.js: RUN BROWSER=chrome THREAD_MODEL=mt ./run_acir_tests_browser.sh verify_honk_proof # Run UltraHonk recursive verification through bb.js on chrome testing single-threaded browser support. RUN BROWSER=chrome THREAD_MODEL=st ./run_acir_tests_browser.sh verify_honk_proof - # Commenting for now as fails intermittently. Unreproducable on mainframe. + # Commenting for now as fails intermittently. Unreproducible on mainframe. # See https://github.com/AztecProtocol/aztec-packages/issues/2104 #RUN BROWSER=webkit THREAD_MODEL=st ./run_acir_tests_browser.sh 1_mul # TODO(https://github.com/noir-lang/noir/issues/5106) @@ -171,4 +171,4 @@ barretenberg-acir-tests-bb.js: # Run a single arbitrary test not involving recursion through bb.js for MegaHonk RUN BIN=../ts/dest/node/main.js FLOW=prove_and_verify_mega_honk ./run_acir_tests.sh 6_array # Run 1_mul through bb.js build, all_cmds flow, to test all cli args. - RUN BIN=../ts/dest/node/main.js FLOW=all_cmds ./run_acir_tests.sh 1_mul \ No newline at end of file + RUN BIN=../ts/dest/node/main.js FLOW=all_cmds ./run_acir_tests.sh 1_mul From b56471e3e3bf632d10c2f06ea58c074867221480 Mon Sep 17 00:00:00 2001 From: Romashka Date: Wed, 18 Dec 2024 20:27:10 +0200 Subject: [PATCH 2/2] typo-Update mock_circuits.hpp --- cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp b/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp index 8a56e6714..ddfc42cc4 100644 --- a/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp +++ b/cpp/src/barretenberg/benchmark/ultra_bench/mock_circuits.hpp @@ -61,7 +61,7 @@ Prover get_prover(void (*test_circuit_function)(typename Prover::Flavor::Circuit }; /** - * @brief Performs proof constuction for benchmarks based on a provided circuit function + * @brief Performs proof construction for benchmarks based on a provided circuit function * * @details This function assumes state.range refers to num_iterations which is the number of times to perform a given * basic operation in the circuit, e.g. number of hashes