Skip to content

Commit c66675e

Browse files
authored
Merge pull request #165 from movementlabsxyz/andygolay/protocol-team-codeowners
Update CODEOWNERS to include protocol team
2 parents bae480b + 399aa81 commit c66675e

File tree

1 file changed

+2
-113
lines changed

1 file changed

+2
-113
lines changed

CODEOWNERS

Lines changed: 2 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,2 @@
1-
# **Please** keep this file ordered alphabetically by directory paths.
2-
3-
# Owners for the `.github` directory and all its subdirectories.
4-
/.github/ @aptos-labs/prod-eng
5-
6-
# Owners for the `/api` directory and all its subdirectories.
7-
/api/ @banool @gregnazario @0xmaayan
8-
9-
# Owners for the `/aptos-move` directory and its subdirectories:`aptos-gas`, `aptos-vm`, `framework` and `framework/aptos-stdlib/sources/cryptography`.
10-
/aptos-move/aptos-aggregator/ @georgemitenkov @gelash @zekun000
11-
/aptos-move/aptos-gas/ @vgao1996
12-
/aptos-move/aptos-vm/ @davidiw @wrwg @zekun000 @vgao1996 @georgemitenkov
13-
/aptos-move/aptos-vm/src/keyless_validation.rs @alinush @heliuchuan
14-
/aptos-move/aptos-vm-types/ @georgemitenkov @gelash @vgao1996
15-
/aptos-move/framework/ @davidiw @movekevin @wrwg
16-
/aptos-move/framework/aptos-framework/sources/account.move @alinush
17-
/aptos-move/framework/aptos-framework/sources/jwks.move @zjma
18-
/aptos-move/framework/aptos-framework/sources/keyless_account.move @alinush
19-
/aptos-move/framework/aptos-stdlib/sources/cryptography/ @alinush @zjma @mstraka100
20-
/aptos-move/framework/**/*.spec.move @junkil-park
21-
/aptos-move/framework/aptos-stdlib/sources/hash.move @alinush
22-
23-
# Owner for aptos-token, cryptography natives, parallel-executor and vm-genesis.
24-
/aptos-move/framework/aptos-token @areshand
25-
/aptos-move/framework/src/natives/cryptography/ @alinush @zjma @mstraka100
26-
/aptos-move/framework/src/natives/aggregator_natives/ @georgemitenkov @gelash @zekun000
27-
/aptos-move/block-executor/ @gelash @zekun000 @sasha8 @danielxiangzl
28-
/aptos-move/sharded_block-executor/ @sitalkedia
29-
/aptos-move/mvhashmap/ @gelash @runtian-zhou @sasha8 @danielxiangzl
30-
/aptos-move/vm-genesis/ @davidiw @movekevin
31-
32-
# Owner for aptos node (to prevent things from becoming out of hand :D)
33-
/aptos-node/ @joshlind
34-
35-
# Owner for the node configs (to prevent things from becoming out of hand :D)
36-
/config/ @joshlind @gregnazario
37-
38-
# Owners for the `/consensus` directory and all its subdirectories.
39-
/consensus/ @zekun000 @sasha8 @ibalajiarun
40-
41-
# Owners for quorum store.
42-
/consensus/src/quorum_store/ @bchocho @sasha8 @gelash
43-
44-
# Owners for the `/crates/aptos` directory and all its subdirectories.
45-
/crates/aptos @gregnazario @banool
46-
47-
# Owners for the `/crates/aptos-crypto*` directories.
48-
/crates/aptos-crypto-derive/ @alinush @zjma @mstraka100 @rex1fernando
49-
/crates/aptos-crypto/ @alinush @zjma @mstraka100 @rex1fernando
50-
51-
# Owners for the `/crates/aptos-faucet` directory and all its subdirectories. And other faucet, genesis, and OpenAPI-related crates.
52-
/crates/aptos-faucet @banool @gregnazario
53-
/crates/aptos-genesis @gregnazario
54-
55-
# Owners for the aptos-logger crate
56-
/crates/aptos-logger @gregnazario @joshlind
57-
58-
/crates/aptos-open-api @banool @gregnazario
59-
60-
# Owners for the aptos-protos crate
61-
/crates/aptos-protos @banool @bowenyang007 @jillxuu @larry-aptos @rtso
62-
63-
/crates/aptos-rest-client @banool @gregnazario
64-
65-
# Owners for the `/aptos-rosetta` directory and related crates.
66-
/crates/aptos-rosetta @gregnazario
67-
/crates/aptos-rosetta-cli @gregnazario
68-
69-
# Owners for the aptos-speculative-state-helper crate
70-
/crates/aptos-speculative-state-helper @gelash
71-
72-
# Owners for the `telemetry` related crates.
73-
/crates/aptos-telemetry @ibalajiarun @geekflyer
74-
/crates/aptos-telemetry-service @ibalajiarun @geekflyer
75-
76-
# Owners for the inspection-service crate
77-
/crates/inspection-service/ @joshlind @brianolson
78-
79-
# Owners for the `/dashboards` directory and all its subdirectories.
80-
/dashboards/ @aptos-labs/prod-eng
81-
82-
# Owners for the `/docker` directory and all its subdirectories.
83-
/docker/ @aptos-labs/prod-eng
84-
/docker/builder/docker-bake-rust-all.hcl @aptos-labs/prod-eng @aptos-labs/security
85-
86-
# Owners for execution and storage.
87-
/execution/ @msmouse @lightmark @grao1991
88-
89-
# Owners for mempool.
90-
/mempool/ @bchocho
91-
92-
# Owners for the network and all its subdirectories.
93-
/network/ @joshlind @brianolson
94-
95-
# Owners for the scripts
96-
/scripts/ @aptos-labs/prod-eng
97-
/scripts/authenticator_regenerate.sh @alinush @hariria @heliuchuan
98-
/scripts/algebra-gas/ @zjma
99-
100-
# Owners for the `/state-sync` directory and all its subdirectories.
101-
/state-sync/ @joshlind
102-
103-
# Owners for execution and storage.
104-
/storage/ @msmouse @lightmark @grao1991
105-
106-
# Owners for the `/terraform` directory and all its subdirectories.
107-
/terraform/ @aptos-labs/prod-eng
108-
109-
# Owners for the `aptos-dkg` crate.
110-
/crates/aptos-dkg @alinush @rex1fernando
111-
112-
/types/src/keyless/ @alinush @heliuchuan
113-
/types/src/transaction/authenticator.rs @alinush @mstraka100
1+
# Global code owners
2+
/ @0xmovses @l-monninger @musitdev @sebtomba @andygolay @mzabaluev @Icarus131 @Primata

0 commit comments

Comments
 (0)