-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
140 lines (107 loc) · 5.24 KB
/
Copy pathCODEOWNERS
File metadata and controls
140 lines (107 loc) · 5.24 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
# **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/ @aptos-labs/developer-platform
# Owners for the `/aptos-move` directory and its subdirectories.
/aptos-move/aptos-aggregator/ @georgemitenkov @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 @vgao1996
/aptos-move/flow/ @aptos-labs/move @zwxxb
/aptos-move/framework/ @aptos-labs/move
/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/move-stdlib/ @aptos-labs/move
/aptos-move/framework/table-natives/ @aptos-labs/move
/aptos-move/framework/src/natives/ @aptos-labs/move
/aptos-move/framework/src/natives/cryptography/ @aptos-labs/move @alinush @zjma
/aptos-move/block-executor/ @zekun000 @sasha8 @danielxiangzl @georgemitenkov
/aptos-move/sharded_block-executor/ @sitalkedia
/aptos-move/mvhashmap/ @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
# 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
# Owners for the `/crates/aptos` directory and all its subdirectories.
/crates/aptos @aptos-labs/developer-platform
# Owners for the `/crates/aptos-crypto*` directories.
/crates/aptos-crypto-derive/ @alinush @zjma @rex1fernando
/crates/aptos-crypto/ @alinush @zjma @rex1fernando
# Owners for the `/crates/aptos-faucet` directory and all its subdirectories. And other faucet, genesis, and OpenAPI-related crates.
/crates/aptos-faucet @aptos-labs/developer-platform
/crates/aptos-genesis @aptos-labs/developer-platform
# Owners for the aptos-logger crate
/crates/aptos-logger @joshlind
/crates/aptos-open-api @aptos-labs/developer-platform
# Owners for the aptos-protos crate
/crates/aptos-protos @aptos-labs/ecosystem-infra
/crates/aptos-rest-client @aptos-labs/developer-platform
# Owners for the `/aptos-rosetta` directory and related crates.
/crates/aptos-rosetta @aptos-labs/developer-platform
/crates/aptos-rosetta-cli @aptos-labs/developer-platform
# 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 third_party/move
/third_party/move/ @aptos-labs/move
/third_party/move/mono-move/ @calintat @georgemitenkov @vgao1996 @vineethk
# Owners for the `aptos-dkg` crate.
/crates/aptos-dkg @alinush @rex1fernando
# Owners for types.
/types/src/keyless/ @alinush
/types/src/on_chain_config/timed_features.rs @vgao1996
/types/src/transaction/authenticator.rs @alinush