Skip to content

Commit

Permalink
chore: add avm team as codeowners for public context (#6247)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanks12 authored May 7, 2024
1 parent d2df10d commit c571ff0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
/build_manifest.yml @charlielye

# Notify the AVM team of any changes to public oracle.
/yarn-project/simulator/src/public/public_execution_context.ts @Maddiaa0 @fcarreiro
/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 AVM team of any changes to public context or avm context.
/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

0 comments on commit c571ff0

Please sign in to comment.