Skip to content

Commit cde9ea9

Browse files
committed
trace changes
1 parent c59e025 commit cde9ea9

File tree

25 files changed

+867
-208
lines changed

25 files changed

+867
-208
lines changed

barretenberg/cpp/pil/avm/bytecode.pil

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
namespace bytecode(256);
32

43
pol commit packed;

barretenberg/cpp/pil/avm/constants_gen.pil

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace constants(256);
1212
pol MAX_L1_TO_L2_MSG_READ_REQUESTS_PER_CALL = 16;
1313
pol MAX_UNENCRYPTED_LOGS_PER_CALL = 4;
1414
pol MEM_TAG_FF = 0;
15+
pol MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS = 3000;
1516
pol MEM_TAG_U1 = 1;
1617
pol MEM_TAG_U8 = 2;
1718
pol MEM_TAG_U16 = 3;

barretenberg/cpp/src/barretenberg/execution_trace/execution_trace.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@ template class ExecutionTrace_<MegaFlavor>;
174174
template class ExecutionTrace_<plonk::flavor::Standard>;
175175
template class ExecutionTrace_<plonk::flavor::Ultra>;
176176

177-
} // namespace bb
177+
} // namespace bb

0 commit comments

Comments
 (0)