-
Notifications
You must be signed in to change notification settings - Fork 301
/
Copy pathCODEOWNERS
17 lines (13 loc) · 944 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/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 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
# Notify the Noir team of any changes to ACIR serialization
/noir/noir-repo/acvm-repo/acir/codegen/* @TomAFrench @vezenovm @guipublic