-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
147 lines (111 loc) · 5.48 KB
/
CODEOWNERS
File metadata and controls
147 lines (111 loc) · 5.48 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# **Please** keep this file ordered alphabetically by directory paths.
# Owners for the `.github` directory and all its subdirectories.
/.github/ @aptos-labs/prod-eng
# Owners for the `/api` directory and all its subdirectories.
/api/ @banool @gregnazario @0xmaayan
# Owners for the `/aptos-move` directory and its subdirectories.
/aptos-move/aptos-aggregator/ @georgemitenkov @gelash @zekun000
/aptos-move/aptos-native-interface/ @vgao1996
/aptos-move/aptos-vm/ @wrwg @zekun000 @vgao1996 @georgemitenkov
/aptos-move/aptos-vm/src/keyless_validation.rs @alinush
/aptos-move/aptos-vm-profiling/ @vgao1996
/aptos-move/aptos-vm-types/ @georgemitenkov @gelash @vgao1996
/aptos-move/framework/ @wrwg
/aptos-move/framework/aptos-framework/sources/account.move @alinush
/aptos-move/framework/aptos-framework/sources/jwks.move @zjma
/aptos-move/framework/aptos-framework/sources/keyless_account.move @alinush
/aptos-move/framework/aptos-stdlib/sources/cryptography/ @alinush @zjma
/aptos-move/framework/aptos-stdlib/sources/hash.move @alinush
# Owner for aptos-token, cryptography natives, parallel-executor and vm-genesis.
/aptos-move/framework/src/natives/cryptography/ @alinush @zjma
/aptos-move/framework/src/natives/aggregator_natives/ @georgemitenkov @gelash @zekun000
/aptos-move/block-executor/ @gelash @zekun000 @sasha8 @danielxiangzl
/aptos-move/sharded_block-executor/ @sitalkedia
/aptos-move/mvhashmap/ @gelash @runtian-zhou @sasha8 @danielxiangzl
# Owners for the gas subsystem.
/aptos-move/aptos-abstract-gas-usage/ @vgao1996
/aptos-move/aptos-gas-algebra/ @vgao1996
/aptos-move/aptos-gas-calibration/ @vgao1996
/aptos-move/aptos-gas-meter/ @vgao1996
/aptos-move/aptos-gas-profiling/ @vgao1996
/aptos-move/aptos-gas-schedule/ @vgao1996
/aptos-move/aptos-gas-schedule-updator/ @vgao1996
/aptos-move/aptos-memory-usage-tracker/ @vgao1996
/aptos-move/aptos-release-builder/src/components/gas.rs @vgao1996
/types/src/on_chain_config/gas_schedule.rs @vgao1996
# Owners for transaction simulation infrastructure and user interfaces.
/aptos-move/aptos-release-builder/src/simulate.rs @vgao1996
/aptos-move/aptos-transaction-simulation/ @vgao1996
/aptos-move/aptos-transaction-simulation-session/ @vgao1996
/aptos-move/aptos-workspace-server/ @vgao1996
/aptos-move/cli/src/local_simulation.rs @vgao1996
/aptos-move/cli/src/sim.rs @vgao1996
# Owner for aptos node (to prevent things from becoming out of hand :D)
/aptos-node/ @joshlind
# Owner for the node configs (to prevent things from becoming out of hand :D)
/config/ @joshlind @gregnazario
# Owners for the `/consensus` directory and all its subdirectories.
/consensus/ @zekun000 @sasha8 @ibalajiarun
# Owners for consensus observer
/consensus/src/consensus-observer/ @joshlind @zekun000
# Owners for quorum store.
/consensus/src/quorum_store/ @bchocho @sasha8 @gelash
# Owners for the `/crates/aptos` directory and all its subdirectories.
/crates/aptos @gregnazario @banool
# Owners for the `/crates/aptos-crypto*` directories.
/crates/aptos-crypto-derive/ @alinush @zjma @rex1fernando @waamm
/crates/aptos-crypto/ @alinush @zjma @rex1fernando @waamm
# Owners for the `/crates/aptos-faucet` directory and all its subdirectories. And other faucet, genesis, and OpenAPI-related crates.
/crates/aptos-faucet @banool @gregnazario
/crates/aptos-genesis @gregnazario
# Owners for the aptos-logger crate
/crates/aptos-logger @gregnazario @joshlind
/crates/aptos-open-api @banool @gregnazario
# Owners for the aptos-protos crate
/crates/aptos-protos @banool @jillxuu @rtso @aptos-labs/ecosystem-infra
/crates/aptos-rest-client @banool @gregnazario
# Owners for the `/aptos-rosetta` directory and related crates.
/crates/aptos-rosetta @gregnazario
/crates/aptos-rosetta-cli @gregnazario
# Owners for the aptos-speculative-state-helper crate
/crates/aptos-speculative-state-helper @gelash
# Owners for the `telemetry` related crates.
/crates/aptos-telemetry @ibalajiarun
/crates/aptos-telemetry-service @ibalajiarun
# Owners for the inspection-service crate
/crates/inspection-service/ @joshlind
# Owners for the `/dashboards` directory and all its subdirectories.
/dashboards/ @aptos-labs/prod-eng
# Owners for the `/docker` directory and all its subdirectories.
/docker/ @aptos-labs/prod-eng
/docker/builder/docker-bake-rust-all.hcl @aptos-labs/prod-eng @aptos-labs/security
# Owners for execution and storage.
/execution/ @lightmark @grao1991
# Owners for mempool.
/mempool/ @bchocho
# Owners for the network and all its subdirectories.
/network/ @joshlind @zekun000
# Owners for the scripts
/scripts/ @aptos-labs/prod-eng
/scripts/authenticator_regenerate.sh @alinush @hariria
/scripts/algebra-gas/ @zjma
# Owners for the `/state-sync` directory and all its subdirectories.
/state-sync/ @joshlind
# Owners for execution and storage.
/storage/ @lightmark @grao1991
# Owners for the `/terraform` directory and all its subdirectories.
/terraform/ @aptos-labs/prod-eng
# Owners for the mono-move folder.
/third_party/move/mono-move/ @calintat @georgemitenkov @vgao1996 @vineethk
# Owners for the move-vm folder.
/third_party/move/move-vm/ @georgemitenkov @vgao1996 @vineethk @wrwg
# Owners for the new Move package system crates.
/third_party/move/tools/move-package-cache/ @vgao1996
/third_party/move/tools/move-package-manifest/ @vgao1996
/third_party/move/tools/move-package-resolver/ @vgao1996
# Owners for the `aptos-dkg` crate.
/crates/aptos-dkg @alinush @rex1fernando @waamm
# Owners for types.
/types/src/keyless/ @alinush
/types/src/on_chain_config/timed_features.rs @vgao1996
/types/src/transaction/authenticator.rs @alinush