-
Notifications
You must be signed in to change notification settings - Fork 596
Expand file tree
/
Copy pathCODEOWNERS
More file actions
40 lines (33 loc) · 1.42 KB
/
CODEOWNERS
File metadata and controls
40 lines (33 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/.devcontainer/ @charlielye
/.github/ @charlielye
/aztec-up/ @charlielye
/release-image/ @charlielye
/build-images/ @charlielye
/ci3/ @charlielye
# Notify the Noir team of divergences to upstream
/noir/noir-repo.patch @TomAFrench
#####################################################
# 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 AVM C++ code
/barretenberg/cpp/src/barretenberg/vm @jeanmon @IlyasRidhuan @fcarreiro
/barretenberg/cpp/src/barretenberg/vm2 @jeanmon @IlyasRidhuan @fcarreiro
# on changes to public context in aztec-nr
/noir-projects/aztec-nr/aztec/src/context/public_context.nr @fcarreiro @dbanks12
# on changes to the AVM simulator and supporting modules
/yarn-project/simulator/src/public @fcarreiro @dbanks12 @sirasistant
# on changes to the AVM transpiler
/avm-transpiler/src @fcarreiro @dbanks12 @sirasistant
#####################################################
# Notify fairies of changes to playground bundler config
/playground/vite.config.ts @Thunkar
# Notify turtles of changes to L1-contracts
/l1-contracts/src @LHerskind @Maddiaa0 @just-mitch
# Notify the circuit team of changes to the protocol circuits
/noir-projects/noir-protocol-circuits @LeilaWang
# Notify devrel of changes to docs examples
/docs/examples @AztecProtocol/devrel