Skip to content

Commit

Permalink
chore: add avm team as codeowners to more repo files (#7196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks12 authored Jun 26, 2024
1 parent 88efda0 commit 9be0ad6
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions CODEOWNERS
Validating CODEOWNERS rules …
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
# 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
# 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

0 comments on commit 9be0ad6

Please sign in to comment.