Skip to content

Commit

Permalink
trace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasRidhuan committed Oct 1, 2024
1 parent 1b0053b commit 29cd4cc
Show file tree
Hide file tree
Showing 27 changed files with 779 additions and 1,449 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;
Expand Down
1 change: 1 addition & 0 deletions barretenberg/cpp/pil/avm/constants_gen.pil
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace constants(256);
pol MAX_NULLIFIER_NON_EXISTENT_READ_REQUESTS_PER_CALL = 16;
pol MAX_L1_TO_L2_MSG_READ_REQUESTS_PER_CALL = 16;
pol MAX_UNENCRYPTED_LOGS_PER_CALL = 4;
pol MAX_PACKED_PUBLIC_BYTECODE_SIZE_IN_FIELDS = 3000;
pol MEM_TAG_U1 = 1;
pol MEM_TAG_U8 = 2;
pol MEM_TAG_U16 = 3;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,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 29cd4cc

Please sign in to comment.