-
Notifications
You must be signed in to change notification settings - Fork 595
Expand file tree
/
Copy pathCODEOWNERS
More file actions
15 lines (11 loc) · 810 Bytes
/
CODEOWNERS
File metadata and controls
15 lines (11 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/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