Skip to content

Commit 4fb977e

Browse files
author
maramihali
committed
undo x2
1 parent aa12502 commit 4fb977e

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

barretenberg/cpp/src/barretenberg/translator_vm/translator_circuit_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ void TranslatorCircuitBuilder::feed_ecc_op_queue_into_circuit(const std::shared_
528528
// add two zeros for consistency.
529529
// TODO(https://github.com/AztecProtocol/barretenberg/issues/1360): We'll also have to eventually process random
530530
// data in the merge protocol (added for zero knowledge)/
531-
// populate_wires_from_ultra_op(ultra_ops[0]);
532531
for (auto& wire : wires) {
533532
wire.push_back(add_variable(zero_idx));
534533
wire.push_back(add_variable(zero_idx));
@@ -541,6 +540,7 @@ void TranslatorCircuitBuilder::feed_ecc_op_queue_into_circuit(const std::shared_
541540

542541
const auto& ultra_op = ultra_ops[ultra_ops.size() - i];
543542
if (ultra_op.op_code.value() == 0) {
543+
// Skip no-ops as
544544
continue;
545545
}
546546
current_accumulator *= evaluation_input_x;

barretenberg/sol/lib/forge-std

Submodule forge-std added at 74cfb77
Submodule openzeppelin-contracts added at e50c24f
Submodule solidity-stringutils added at 46983c6

bb-pilcom/powdr

Submodule powdr added at c3006c1

proving-systems.code-workspace

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
// Clangd. Note that this setting may be overridden by user settings
7171
// to the default value "clangd".
7272
//
73-
"clangd.path": "clangd-16",
73+
"clangd.path": "clangd-20",
7474
// We should disable automatic inclusion of headers unless we decide to follow "WhyIWYU".
7575
"clangd.arguments": [
7676
"-header-insertion=never"
@@ -147,4 +147,4 @@
147147
"console": "internalConsole",
148148
}
149149
},
150-
}
150+
}

0 commit comments

Comments
 (0)