-
Notifications
You must be signed in to change notification settings - Fork 316
/
CODEOWNERS
Validating CODEOWNERS rules...
287 lines (274 loc) · 19.7 KB
/
CODEOWNERS
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
# New top-level dir creation requires approvals from codeowners.
# [Root-Level]
* @dfinity/ic-owners-owners
# [Misc]
/.devcontainer/ @dfinity/idx
/buf.yaml @dfinity/ic-message-routing-owners
/cpp/ @dfinity/node
/hs/spec_compliance @dfinity/research
/licenses/ @dfinity/idx
/bin/ict @dfinity/idx
/bin/ @dfinity/idx
/bin/afl_test.sh @dfinity/product-security
/bin/afl_wrapper.sh @dfinity/product-security
/bin/build-all-fuzzers.sh @dfinity/product-security
/bin/fuzzing_coverage.sh @dfinity/product-security
# [Bazel]
.bazelrc @dfinity/idx
.bazelversion @dfinity/idx
/bazel/ @dfinity/idx
/bazel/fuzz_testing.bzl @dfinity/idx @dfinity/product-security
/BUILD.bazel @dfinity/idx
/third_party/ @dfinity/idx
/mainnet-canisters.json @dfinity/idx @dfinity/nns-team
/MODULE.bazel @dfinity/idx
/WORKSPACE.bazel @dfinity/idx
# [Rust Lang]
rust-toolchain.toml @dfinity/networking
rustfmt.toml @dfinity/networking
deny.toml @dfinity/networking
clippy.toml @dfinity/ic-interface-owners
# [Golang]
go.mod @dfinity/idx
go.sum @dfinity/idx
go_deps.bzl @dfinity/idx
# [DevEnv]
.vscode/ @dfinity/idx
# [Publishing-Artifacts]
/publish/ @dfinity/idx
# [Packages]
/packages/icrc-ledger-agent/ @dfinity/finint
/packages/icrc-ledger-types/ @dfinity/finint
/packages/ic-ledger-hash-of/ @dfinity/finint
/packages/pocket-ic/ @dfinity/pocket-ic
/packages/ic-ethereum-types/ @dfinity/cross-chain-team
/packages/ic-sha3/ @dfinity/crypto-team
/packages/ic-signature-verification/ @dfinity/crypto-team
/packages/ic-vetkd-utils/ @dfinity/crypto-team
# [IC-OS]
/ic-os/ @dfinity/node
/ic-os/boundary-guestos/ @dfinity/boundary-node @dfinity/node
/ic-os/components/boundary-guestos/ @dfinity/boundary-node @dfinity/node
/ic-os/components/boundary-guestos.bzl @dfinity/boundary-node @dfinity/node
/ic-os/components/init/bootstrap-ic-node/boundary-guestos/ @dfinity/boundary-node @dfinity/node
/toolchains/ @dfinity/node
# [metrics-proxy]
/ic-os/components/monitoring/metrics-proxy/ @dfinity/dre
# [GitHub-Ci]
/.github/ @dfinity/idx
/.github/workflows/ @dfinity/idx
/.github/workflows/rosetta-release.yml @dfinity/finint @dfinity/idx
/.github/CODEOWNERS @dfinity/ic-owners-owners
/ci/ @dfinity/idx
/ci/src/dependencies/ @dfinity/product-security
/.pre-commit-config.yaml @dfinity/idx
/pre-commit/ @dfinity/idx
# [Testnet]
/testnet/ @dfinity/node @dfinity/dre
/testnet/ansible/ @dfinity/platform-operations
/testnet/docs/ @dfinity/ic-support
/testnet/env/ @dfinity/platform-operations
/testnet/release/ @dfinity/dre
/testnet/tools/nns-tools/ @dfinity/nns-team
/testnet/mainnet_revisions.json @dfinity/consensus @dfinity/dre
# [Rust]
/rs/ @dfinity/ic-interface-owners
/rs/artifact_pool/ @dfinity/consensus
/rs/async_utils/ @dfinity/networking
/rs/backup/ @dfinity/consensus
/rs/bitcoin/ @dfinity/ic-interface-owners
/rs/bitcoin/adapter/ @dfinity/networking
/rs/bitcoin/ckbtc/ @dfinity/cross-chain-team
/rs/bitcoin/mock/ @dfinity/finint
/rs/bitcoin/client/ @dfinity/networking
/rs/bitcoin/consensus/ @dfinity/execution @dfinity/consensus
/rs/bitcoin/kyt/ @dfinity/cross-chain-team
/rs/bitcoin/service/ @dfinity/networking
/rs/bitcoin/replica_types/ @dfinity/execution
/rs/bitcoin/validation @dfinity/networking @dfinity/execution
/rs/boundary_node/ @dfinity/boundary-node
/rs/canister_client/ @dfinity/networking
/rs/canister_sandbox/ @dfinity/execution
/rs/canonical_state/ @dfinity/ic-message-routing-owners
/rs/canonical_state/tree_hash/ @dfinity/ic-message-routing-owners @dfinity/crypto-team
/rs/certification/ @dfinity/ic-message-routing-owners @dfinity/crypto-team
/rs/config/ @dfinity/networking
/rs/config/src/embedders.rs @dfinity/execution
/rs/config/src/execution_environment.rs @dfinity/execution
/rs/config/src/state_manager.rs @dfinity/ic-message-routing-owners
/rs/config/src/subnet_config.rs @dfinity/execution
/rs/consensus/ @dfinity/consensus
/rs/criterion_time/ @dfinity/ic-interface-owners
/rs/cross-chain/ @dfinity/cross-chain-team
/rs/crypto/ @dfinity/crypto-team
/rs/crypto/tree_hash/ @dfinity/ic-message-routing-owners @dfinity/crypto-team
/rs/cup_explorer @dfinity/consensus
/rs/cycles_account_manager/ @dfinity/execution
/rs/depcheck/ @dfinity/ic-interface-owners
/rs/determinism_test/ @dfinity/execution
/rs/drun/ @dfinity/languages
/rs/embedders/ @dfinity/execution
/rs/ethereum/ @dfinity/cross-chain-team
/rs/execution_environment/ @dfinity/execution
/rs/fuzzers/ @dfinity/product-security
/rs/http_endpoints/ @dfinity/networking
/rs/http_endpoints/fuzz/ @dfinity/product-security
/rs/http_endpoints/xnet/ @dfinity/networking @dfinity/ic-message-routing-owners
/rs/http_utils/ @dfinity/consensus
/rs/https_outcalls/ @dfinity/networking
/rs/https_outcalls/consensus/ @dfinity/consensus
/rs/ic_os/ @dfinity/node
/rs/ic_os/fstrim_tool/ @dfinity/node @dfinity/crypto-team
/rs/ic_os/nss_icos/ @dfinity/dre
/rs/ingress_manager/ @dfinity/consensus
/rs/interfaces/ @dfinity/ic-interface-owners
/rs/interfaces/adapter_client/ @dfinity/networking
/rs/interfaces/certified_stream_store/ @dfinity/ic-message-routing-owners
/rs/interfaces/registry/ @dfinity/nns-team
/rs/interfaces/src/canister_http.rs @dfinity/consensus
/rs/interfaces/src/consensus.rs @dfinity/consensus
/rs/interfaces/src/consensus_pool.rs @dfinity/consensus
/rs/interfaces/src/crypto.rs @dfinity/crypto-team
/rs/interfaces/src/crypto/ @dfinity/crypto-team
/rs/interfaces/src/dkg.rs @dfinity/consensus
/rs/interfaces/src/execution_environment.rs @dfinity/execution
/rs/interfaces/src/messaging.rs @dfinity/ic-message-routing-owners
/rs/interfaces/src/p2p.rs @dfinity/networking
/rs/interfaces/src/p2p/ @dfinity/networking
/rs/interfaces/state_manager/ @dfinity/ic-message-routing-owners
/rs/ledger_suite/ @dfinity/finint
/rs/limits/ @dfinity/ic-interface-owners
/rs/memory_tracker/ @dfinity/execution
/rs/messaging/ @dfinity/ic-message-routing-owners
/rs/monitoring/ @dfinity/networking
/rs/monitoring/backtrace/ @dfinity/networking @dfinity/ic-message-routing-owners
/rs/monitoring/metrics @dfinity/networking @dfinity/ic-message-routing-owners
/rs/monitoring/pprof/ @dfinity/networking @dfinity/ic-message-routing-owners
/rs/nervous_system/ @dfinity/nns-team
/rs/nns/ @dfinity/nns-team
/rs/orchestrator/ @dfinity/consensus
/rs/orchestrator/src/hostos_upgrade.rs @dfinity/consensus @dfinity/node
/rs/p2p/ @dfinity/networking
/rs/phantom_newtype/ @dfinity/ic-interface-owners
/rs/pocket_ic_server/ @dfinity/pocket-ic
/rs/prep/ @dfinity/utopia
/rs/protobuf/ @dfinity/ic-interface-owners
/rs/protobuf/def/bitcoin/ @dfinity/execution
/rs/protobuf/def/crypto/ @dfinity/crypto-team
/rs/protobuf/def/messaging/ @dfinity/ic-message-routing-owners
/rs/protobuf/def/p2p/ @dfinity/networking
/rs/protobuf/def/registry/ @dfinity/nns-team
/rs/protobuf/def/state/ @dfinity/execution @dfinity/ic-message-routing-owners
/rs/protobuf/gen/bitcoin/ @dfinity/execution
/rs/protobuf/gen/crypto/ @dfinity/crypto-team
/rs/protobuf/gen/messaging/ @dfinity/ic-message-routing-owners
/rs/protobuf/gen/p2p/ @dfinity/networking
/rs/protobuf/gen/registry/ @dfinity/nns-team
/rs/protobuf/gen/state/ @dfinity/execution @dfinity/ic-message-routing-owners
/rs/query_stats/ @dfinity/execution @dfinity/consensus
/rs/recovery/ @dfinity/consensus
/rs/registry/ @dfinity/nns-team
/rs/registry/helpers/src/crypto.rs @dfinity/crypto-team
/rs/registry/helpers/src/crypto/ @dfinity/crypto-team
/rs/registry/helpers/src/firewall.rs @dfinity/networking
/rs/registry/helpers/src/node.rs @dfinity/node
/rs/registry/helpers/src/provisional_whitelist.rs @dfinity/execution
/rs/registry/helpers/src/routing_table.rs @dfinity/execution @dfinity/ic-message-routing-owners
/rs/registry/helpers/src/subnet.rs @dfinity/consensus
/rs/registry/helpers/src/unassigned_nodes.rs @dfinity/consensus
/rs/registry/helpers/tests/root_of_trust.rs @dfinity/crypto-team
/rs/replay/ @dfinity/consensus
/rs/replica/ @dfinity/networking
/rs/replica_tests/ @dfinity/execution
/rs/replicated_state/ @dfinity/execution @dfinity/ic-message-routing-owners
/rs/replicated_state/src/canister_state/queues.rs @dfinity/ic-message-routing-owners
/rs/replicated_state/src/canister_state/queues @dfinity/ic-message-routing-owners
/rs/replicated_state/src/page_map.rs @dfinity/ic-message-routing-owners @dfinity/execution
/rs/replicated_state/src/page_map/ @dfinity/ic-message-routing-owners @dfinity/execution
/rs/rosetta-api/ @dfinity/finint
/rs/rust_canisters/ @dfinity/nns-team
/rs/rust_canisters/backtrace_canister @dfinity/execution
/rs/rust_canisters/memory_test/ @dfinity/execution
/rs/rust_canisters/call_tree_test/ @dfinity/execution
/rs/rust_canisters/proxy_canister/ @dfinity/networking
/rs/rust_canisters/response_payload_test/ @dfinity/execution
/rs/rust_canisters/stable_structures/ @dfinity/execution
/rs/rust_canisters/stable_memory_integrity @dfinity/execution
/rs/rust_canisters/canister_creator @dfinity/execution
/rs/rust_canisters/xnet_test/ @dfinity/ic-message-routing-owners
/rs/rust_canisters/downstream_calls_test/ @dfinity/ic-message-routing-owners
/rs/rust_canisters/random_traffic_test/ @dfinity/ic-message-routing-owners
/rs/scenario_tests/ @dfinity/idx
/rs/sns/ @dfinity/nns-team
/rs/starter/ @dfinity/networking
/rs/state_layout/ @dfinity/ic-message-routing-owners
/rs/state_machine_tests/ @dfinity/ic-message-routing-owners @dfinity/pocket-ic
/rs/state_manager/ @dfinity/ic-message-routing-owners
/rs/state_tool/ @dfinity/ic-message-routing-owners
/rs/sys/ @dfinity/ic-message-routing-owners @dfinity/execution
/rs/system_api/ @dfinity/execution
/rs/test_utilities/ @dfinity/ic-interface-owners
/rs/test_utilities/artifact_pool/ @dfinity/consensus
/rs/test_utilities/consensus/ @dfinity/consensus
/rs/test_utilities/embedders/ @dfinity/execution
/rs/test_utilities/execution_environment/ @dfinity/execution
/rs/test_utilities/in_memory_logger/ @dfinity/crypto-team
/rs/test_utilities/src/crypto.rs @dfinity/crypto-team
/rs/test_utilities/src/crypto/ @dfinity/crypto-team
/rs/test_utilities/src/cycles_account_manager.rs @dfinity/execution
/rs/test_utilities/types/src/batch/ @dfinity/consensus
/rs/tests/ @dfinity/idx
/rs/tests/research @dfinity/research @dfinity/idx
/rs/tests/dashboards/IC/execution-metrics.json @dfinity/execution @dfinity/idx
/rs/tests/dashboards/IC/bitcoin.json @dfinity/execution @dfinity/idx
/rs/tests/driver/src/driver/simulate_network.rs @dfinity/networking
/rs/tests/boundary_nodes/ @dfinity/boundary-node @dfinity/idx
/rs/tests/ckbtc/ @dfinity/cross-chain-team @dfinity/idx
/rs/tests/consensus/ @dfinity/consensus @dfinity/idx
/rs/tests/crypto/ @dfinity/crypto-team @dfinity/idx
/rs/tests/dre/ @dfinity/dre @dfinity/idx
/rs/tests/execution/ @dfinity/execution @dfinity/idx
/rs/tests/financial_integrations/ @dfinity/finint @dfinity/idx
/rs/tests/message_routing/ @dfinity/ic-message-routing-owners @dfinity/idx
/rs/tests/networking/ @dfinity/networking @dfinity/idx
/rs/tests/nns/ @dfinity/nns-team @dfinity/idx
/rs/tests/node/ @dfinity/node @dfinity/idx
/rs/tests/query_stats/ @dfinity/execution @dfinity/consensus @dfinity/idx
/rs/tests/sdk/ @dfinity/sdk @dfinity/idx
/rs/tests/src/ledger_tests/ @dfinity/finint @dfinity/idx
/rs/tests/src/nns_tests/ @dfinity/nns-team @dfinity/idx
/rs/tests/src/rosetta_test.rs @dfinity/finint @dfinity/idx
/rs/tests/src/rosetta_tests/ @dfinity/finint @dfinity/idx
/rs/tests/k8s/ @dfinity/idx @dfinity/node
/rs/tla_instrumentation/ @dfinity/research @dfinity/formal-models
/rs/tools/ @dfinity/ic-interface-owners
/rs/tools/check_did/ @dfinity/finint
/rs/tree_deserializer/ @dfinity/ic-message-routing-owners
/rs/types/ @dfinity/ic-interface-owners
/rs/types/exhaustive_derive/ @dfinity/consensus
/rs/types/management_canister_types/ @dfinity/execution
/rs/types/types/src/artifact.rs @dfinity/consensus @dfinity/networking
/rs/types/types/src/batch.rs @dfinity/consensus
/rs/types/types/src/batch/ @dfinity/consensus
/rs/types/types/src/canister_http.rs @dfinity/execution @dfinity/consensus
/rs/types/types/src/consensus.rs @dfinity/consensus
/rs/types/types/src/consensus/ @dfinity/consensus
/rs/types/types/src/crypto.rs @dfinity/crypto-team
/rs/types/types/src/crypto/ @dfinity/crypto-team
/rs/types/types/src/exhaustive.rs @dfinity/consensus
/rs/types/types/src/signature.rs @dfinity/consensus
/rs/types/types/src/signature/ @dfinity/consensus
/rs/types/wasm_types/ @dfinity/execution
/rs/universal_canister/ @dfinity/execution
/rs/utils/ @dfinity/ic-interface-owners
/rs/utils/ensure/ @dfinity/finint
/rs/validator/ @dfinity/crypto-team
/rs/wasm_transform/ @dfinity/execution
/rs/workload_generator/ @dfinity/execution
/rs/xnet/ @dfinity/ic-message-routing-owners
# [No-Approvals]
# Ghost is a group with no direct members. GitLab will bypass codeowners for files that match ghost ownership.
*.lock
Cargo.toml
.gitignore
stackage_snapshot.json