Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trace changes
Browse files Browse the repository at this point in the history
IlyasRidhuan committed Oct 18, 2024
1 parent ec58bce commit 9dc3d6f
Showing 25 changed files with 785 additions and 878 deletions.
1 change: 0 additions & 1 deletion barretenberg/cpp/pil/avm/bytecode.pil
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

namespace bytecode(256);

pol commit packed;
1 change: 1 addition & 0 deletions barretenberg/cpp/pil/avm/constants_gen.pil
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ namespace constants(256);
pol MAX_L1_TO_L2_MSG_READ_REQUESTS_PER_CALL = 16;
pol MAX_UNENCRYPTED_LOGS_PER_CALL = 4;
pol MEM_TAG_FF = 0;
pol MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS = 3000;
pol MEM_TAG_U1 = 1;
pol MEM_TAG_U8 = 2;
pol MEM_TAG_U16 = 3;
Original file line number Diff line number Diff line change
@@ -174,4 +174,4 @@ template class ExecutionTrace_<MegaFlavor>;
template class ExecutionTrace_<plonk::flavor::Standard>;
template class ExecutionTrace_<plonk::flavor::Ultra>;

} // namespace bb
} // namespace bb
Loading

0 comments on commit 9dc3d6f

Please sign in to comment.