Skip to content

Commit

Permalink
trace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasRidhuan committed Oct 25, 2024
1 parent 7c824c6 commit dba6b62
Show file tree
Hide file tree
Showing 24 changed files with 887 additions and 200 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 @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 dba6b62

Please sign in to comment.