Skip to content

Commit 29cd4cc

Browse files
committed
trace changes
1 parent 1b0053b commit 29cd4cc

File tree

27 files changed

+779
-1449
lines changed

27 files changed

+779
-1449
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
@@ -11,6 +11,7 @@ namespace constants(256);
1111
pol MAX_NULLIFIER_NON_EXISTENT_READ_REQUESTS_PER_CALL = 16;
1212
pol MAX_L1_TO_L2_MSG_READ_REQUESTS_PER_CALL = 16;
1313
pol MAX_UNENCRYPTED_LOGS_PER_CALL = 4;
14+
pol MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS = 3000;
1415
pol MEM_TAG_U1 = 1;
1516
pol MEM_TAG_U8 = 2;
1617
pol MEM_TAG_U16 = 3;

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ template class ExecutionTrace_<MegaFlavor>;
177177
template class ExecutionTrace_<plonk::flavor::Standard>;
178178
template class ExecutionTrace_<plonk::flavor::Ultra>;
179179

180-
} // namespace bb
180+
} // namespace bb

0 commit comments

Comments
 (0)