-
Notifications
You must be signed in to change notification settings - Fork 598
chore: add avm team as codeowners to more repo files #7196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,31 @@ | ||
| /build-images/ @charlielye | ||
|
|
||
| # Notify the AVM team of any changes to public oracle. | ||
| /yarn-project/simulator/src/public/public_execution_context.ts @Maddiaa0 @fcarreiro @dbanks12 | ||
|
|
||
| # Notify the AVM team of changes to generated PIL code | ||
| barretenberg/cpp/src/barretenberg/**/generated/* @Maddiaa0 @jeanmon @IlyasRidhuan | ||
| # Notify the Noir team of any changes to ACIR serialization | ||
| /noir/noir-repo/acvm-repo/acir/codegen/* @TomAFrench @vezenovm @guipublic | ||
|
|
||
| # Notify the AVM team of any changes to public context or avm context. | ||
| ##################################################### | ||
| # Notify the AVM team | ||
| # | ||
| # on changes to PIL code-generator | ||
| /bb-pilcom @Maddiaa0 @jeanmon @IlyasRidhuan @fcarreiro | ||
| # on changes to PIL code (AVM circuit) | ||
| /barretenberg/cpp/pil @Maddiaa0 @jeanmon @IlyasRidhuan @fcarreiro | ||
| # on changes to PIL-generated C++ | ||
| /barretenberg/cpp/src/barretenberg/**/generated @jeanmon @IlyasRidhuan @fcarreiro | ||
| # on changes to AVM trace (C++ witness generator) | ||
| /barretenberg/cpp/src/barretenberg/vm/avm_trace @jeanmon @IlyasRidhuan @fcarreiro | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe just barretenberg/vm and everything under it |
||
| # on changes to public context in aztec-nr | ||
| /noir-projects/aztec-nr/aztec/src/context/inputs/public_context_inputs.nr @fcarreiro @dbanks12 | ||
| /noir-projects/aztec-nr/aztec/src/context/inputs/avm_context_inputs.nr @fcarreiro @dbanks12 | ||
| /noir-projects/aztec-nr/aztec/src/context/public_context.nr @fcarreiro @dbanks12 | ||
| /noir-projects/aztec-nr/aztec/src/context/avm_context.nr @fcarreiro @dbanks12 | ||
| /noir-projects/aztec-nr/aztec/src/context/interface.nr @fcarreiro @dbanks12 | ||
|
Comment on lines
-11
to
-14
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These files don't exist anymore |
||
| # on changes to the AVM simulator and supporting modules | ||
| /yarn-project/simulator/src/avm @fcarreiro @dbanks12 | ||
| /yarn-project/simulator/src/public/execution.ts @fcarreiro @dbanks12 | ||
| /yarn-project/simulator/src/public/executor.ts @fcarreiro @dbanks12 | ||
| /yarn-project/simulator/src/public/side_effect_trace.test.ts @fcarreiro @dbanks12 | ||
| /yarn-project/simulator/src/public/side_effect_trace.ts @fcarreiro @dbanks12 | ||
| /yarn-project/simulator/src/public/side_effect_trace_interface.ts @fcarreiro @dbanks12 | ||
| /yarn-project/simulator/src/public/transitional_adaptors.ts @fcarreiro @dbanks12 | ||
| # on changes to the AVM transpiler | ||
| /avm-transpiler/src @fcarreiro @dbanks12 | ||
| ##################################################### | ||
|
|
||
| # Notify the Noir team of any changes to ACIR serialization | ||
| /noir/noir-repo/acvm-repo/acir/codegen/* @TomAFrench @vezenovm @guipublic | ||
|
Comment on lines
-16
to
-17
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. moved to top of file |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note there are multiple
generated/directories in bberg containing PIL-generated code, hence the**