-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
269 lines (240 loc) · 16.2 KB
/
CODEOWNERS
File metadata and controls
269 lines (240 loc) · 16.2 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
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
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# Design System Team
app/component-library/ @MetaMask/design-system-engineers
tailwind.config.js @MetaMask/design-system-engineers
# Platform Team
.github/ @MetaMask/mobile-platform
.github/CODEOWNERS @MetaMask/mobile-platform
patches/ @MetaMask/mobile-platform
.github/actions/configure-signing/action.yml @MetaMask/mobile-platform
app/core/Analytics/index.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetrics.constants.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetrics.test.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetrics.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetrics.types.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetricsPrivacySegmentPlugin.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetricsPrivacySegmentPlugin.test.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetricsTestUtils.test.ts @MetaMask/mobile-platform
app/core/Analytics/MetaMetricsTestUtils.ts @MetaMask/mobile-platform
app/core/Analytics/MetricsEventBuilder.test.ts @MetaMask/mobile-platform
app/core/Analytics/MetricsEventBuilder.ts @MetaMask/mobile-platform
app/util/metrics/ @MetaMask/mobile-platform
app/components/hooks/useMetrics/ @MetaMask/mobile-platform
app/selectors/featureFlagController/* @MetaMask/mobile-platform
app/selectors/featureFlagController/minimumAppVersion/ @MetaMask/mobile-platform
app/store/migrations/ @MetaMask/mobile-platform
bitrise.yml @MetaMask/mobile-platform
ios/Podfile.lock @MetaMask/mobile-platform
app/components/Views/BrowserTab/BrowserTab.tsx @MetaMask/mobile-platform
app/components/Nav/NavigationProvider @MetaMask/mobile-platform
app/components/Nav/ControllersGate @MetaMask/mobile-platform
app/components/Views/Root @MetaMask/mobile-platform
app/core/NavigationService @MetaMask/mobile-platform
app/core/Engine/messengers/ @MetaMask/mobile-platform
app/core/Engine/utils/ @MetaMask/mobile-platform
app/core/Engine/constants/ @MetaMask/mobile-platform
app/core/Engine/Engine.test.ts @MetaMask/mobile-platform
app/core/Engine/Engine.ts @MetaMask/mobile-platform
app/core/Engine/index.ts @MetaMask/mobile-platform
app/core/Engine/README.md @MetaMask/mobile-platform
app/core/Engine/types.ts @MetaMask/mobile-platform
app/core/Engine/controllers/remote-feature-flag-controller/ @MetaMask/mobile-platform
app/core/DeeplinkManager @MetaMask/mobile-platform
scripts/build.sh @MetaMask/mobile-platform
fingerprint.config.js @MetaMask/mobile-platform
builds.yml @MetaMask/mobile-platform
.github/workflows/push-eas-update.yml @MetaMask/mobile-admins
scripts/update-expo-channel.js @MetaMask/mobile-admins
certs/certificate.pem @MetaMask/mobile-admins
ios/fastlane/ @MetaMask/mobile-admins
scripts/setup-app-store-connect-api-key.sh @MetaMask/mobile-admins
scripts/upload-to-testflight.sh @MetaMask/mobile-admins
scripts/set-secrets-from-config.js @MetaMask/mobile-admins
# Platform & Snaps Code Fencing File
metro.transform.js @MetaMask/mobile-platform @MetaMask/core-platform
# Ramps Team
app/components/UI/Ramp/ @MetaMask/ramp
app/reducers/fiatOrders/ @MetaMask/ramp
app/core/Engine/controllers/ramps-controller @MetaMask/ramp
app/core/Engine/messengers/ramps-controller-messenger @MetaMask/ramp
app/core/Engine/messengers/ramps-service-messenger @MetaMask/ramp
app/selectors/rampsController @MetaMask/ramp
**/Ramp/** @MetaMask/ramp
**/ramp/** @MetaMask/ramp
**/ramps/** @MetaMask/ramp
# Card Team
app/components/UI/Card/ @MetaMask/card
app/core/redux/slices/card/ @MetaMask/card
app/core/Engine/controllers/card-controller @MetaMask/card
app/core/Engine/messengers/card-controller-messenger @MetaMask/card
app/selectors/cardController.ts @MetaMask/card
# Confirmation Team
app/components/Views/confirmations @MetaMask/confirmations
app/components/Views/confirmations/external/staking @MetaMask/confirmations @MetaMask/metamask-earn
app/core/Engine/controllers/approval-controller @MetaMask/confirmations
app/core/Engine/controllers/gas-fee-controller @MetaMask/confirmations
app/core/Engine/controllers/signature-controller @MetaMask/confirmations
app/core/Engine/controllers/transaction-controller @MetaMask/confirmations
app/core/Analytics/events/confirmations @MetaMask/confirmations
app/selectors/featureFlagController/confirmations/ @MetaMask/confirmations
# Wallet integrations Team
app/actions/sdk/ @MetaMask/wallet-integrations
app/components/Approvals/WalletConnectApproval/ @MetaMask/wallet-integrations
app/components/Views/SDK/ @MetaMask/wallet-integrations
app/components/Views/WalletConnectSessions/ @MetaMask/wallet-integrations
app/core/BackgroundBridge/ @MetaMask/wallet-integrations
app/core/RPCMethods/ @MetaMask/wallet-integrations
app/core/SDKConnect/ @MetaMask/wallet-integrations
app/core/SDKConnectV2/ @MetaMask/wallet-integrations
app/core/WalletConnect/ @MetaMask/wallet-integrations
app/reducers/sdk/ @MetaMask/wallet-integrations
app/util/permissions/ @MetaMask/wallet-integrations
app/util/walletconnect.js @MetaMask/wallet-integrations
# Accounts Team
app/core/Encryptor/ @MetaMask/accounts-engineers
app/core/Engine/controllers/accounts-controller @MetaMask/accounts-engineers
app/core/Engine/messengers/accounts-controller-messenger @MetaMask/accounts-engineers
app/core/SnapKeyring @MetaMask/accounts-engineers
**/Identity/** @MetaMask/accounts-engineers
**/identity/** @MetaMask/accounts-engineers
# Co-owned by accounts and mobile-core-ux
app/components/Views/AccountSelector @MetaMask/accounts-engineers @MetaMask/mobile-core-ux
# Multichain Accounts
**/multichain-accounts/** @MetaMask/accounts-engineers
**/MultichainAccounts/** @MetaMask/accounts-engineers
**/multichainAccounts/** @MetaMask/accounts-engineers
# Swaps Team
app/components/UI/Swaps @MetaMask/swaps-engineers
app/components/UI/Bridge @MetaMask/swaps-engineers
# Notifications Team
app/components/Views/Notifications @MetaMask/notifications
app/components/Views/Settings/NotificationsSettings @MetaMask/notifications
**/Notifications/** @MetaMask/notifications
**/Notification/** @MetaMask/notifications
**/notifications/** @MetaMask/notifications
**/notification/** @MetaMask/notifications
# LavaMoat Team
ses.cjs @MetaMask/supply-chain
patches/react-native+0.*.patch @MetaMask/supply-chain
# Core Platform Team
**/snaps/** @MetaMask/core-platform
**/Snaps/** @MetaMask/core-platform
# Co-owned by Confirmations team and Core Platform team
app/components/UI/TemplateRenderer @MetaMask/confirmations @MetaMask/core-platform
# Earn Team
app/components/UI/Stake @MetaMask/metamask-earn
app/core/Engine/controllers/earn-controller @MetaMask/metamask-earn
app/core/Engine/messengers/earn-controller-messenger @MetaMask/metamask-earn
app/selectors/earnController @MetaMask/metamask-earn
**/Earn/** @MetaMask/metamask-earn
**/earn/** @MetaMask/metamask-earn
# Rewards Team
app/core/Engine/controllers/rewards-controller @MetaMask/rewards
app/core/Engine/messengers/rewards-controller-messenger @MetaMask/rewards
app/selectors/rewardscontroller.ts @MetaMask/rewards
app/selectors/featureFlagController/rewards @MetaMask/rewards
**/Rewards/** @MetaMask/rewards
**/rewards/** @MetaMask/rewards
# Perps Team
app/components/UI/Perps/ @MetaMask/perps
app/components/UI/WalletAction/*perps* @MetaMask/perps
app/core/Engine/controllers/perps-controller @MetaMask/perps
app/core/Engine/messengers/perps-controller-messenger @MetaMask/perps
app/core/DeeplinkManager/Handlers/handlePerpsUrl.ts @MetaMask/perps
**/Perps/** @MetaMask/perps
**/perps/** @MetaMask/perps
# Predict Team
app/components/UI/Predict/ @MetaMask/predict
app/core/Engine/controllers/predict-controller @MetaMask/predict
app/core/Engine/messengers/predict-controller-messenger @MetaMask/predict
app/core/DeeplinkManager/handlers/legacy/handlePredictUrl.ts @MetaMask/predict
**/Predict/** @MetaMask/predict
**/predict/** @MetaMask/predict
# Assets Team
app/components/hooks/useIsOriginalNativeTokenSymbol @MetaMask/metamask-assets
app/components/hooks/useTokenBalancesController @MetaMask/metamask-assets
app/components/hooks/useTokenBalance.tsx @MetaMask/metamask-assets
app/components/hooks/useSafeChains.ts @MetaMask/metamask-assets
app/components/UI/Assets @MetaMask/metamask-assets
app/components/UI/AssetOverview @MetaMask/metamask-assets
app/components/UI/Collectibles @MetaMask/metamask-assets
app/components/UI/CollectibleContractElement @MetaMask/metamask-assets
app/components/UI/CollectivelContractInformation @MetaMask/metamask-assets
app/components/UI/CollectibleContractOverview @MetaMask/metamask-assets
app/components/UI/CollectibleContracts @MetaMask/metamask-assets
app/components/UI/CollectibleDetectionModal @MetaMask/metamask-assets
app/components/UI/CollectibleMedia @MetaMask/metamask-assets
app/components/UI/CollectibleModal @MetaMask/metamask-assets
app/components/UI/CollectibleOverview @MetaMask/metamask-assets
app/components/UI/ConfirmAddAsset @MetaMask/metamask-assets
app/components/UI/DeFiPositions @MetaMask/metamask-assets
app/components/UI/Tokens @MetaMask/metamask-assets
app/components/UI/TokenDetails @MetaMask/metamask-assets
app/components/Views/AddAsset @MetaMask/metamask-assets
app/components/Views/Asset @MetaMask/metamask-assets
app/components/Views/AssetDetails @MetaMask/metamask-assets
app/components/Views/AssetHideConfirmation @MetaMask/metamask-assets
app/components/Views/AssetOptions @MetaMask/metamask-assets
app/components/Views/Collectible @MetaMask/metamask-assets
app/components/Views/CollectibleView @MetaMask/metamask-assets
app/components/Views/DetectedTokens @MetaMask/metamask-assets
app/components/Views/NFTAutoDetectionModal @MetaMask/metamask-assets
app/components/Views/NftDetails @MetaMask/metamask-assets
app/reducers/collectibles @MetaMask/metamask-assets
app/core/Engine/controllers/defi-positions-controller @MetaMask/metamask-assets
app/core/Engine/messengers/defi-positions-controller-messenger @MetaMask/metamask-assets
app/selectors/assets @MetaMask/metamask-assets
# UX Team
app/components/Views/AccountActions @MetaMask/mobile-core-ux
app/components/Views/AccountSelector @MetaMask/mobile-core-ux
app/components/Views/AddressQRCode @MetaMask/mobile-core-ux
app/components/Views/EditAccountName @MetaMask/mobile-core-ux
app/components/Views/LockScreen @MetaMask/mobile-core-ux
app/components/Views/Login @MetaMask/mobile-core-ux
app/components/Views/NetworkConnect @MetaMask/mobile-core-ux
app/components/Views/NetworkSelector @MetaMask/mobile-core-ux
app/components/Views/QRAccountDisplay @MetaMask/mobile-core-ux
app/components/Views/QRScanner @MetaMask/mobile-core-ux
app/components/Views/Settings @MetaMask/mobile-core-ux
app/components/Views/TermsAndConditions @MetaMask/mobile-core-ux
app/components/Views/MultichainTransactionsView @MetaMask/mobile-core-ux
app/components/Views/UnifiedTransactionsView @MetaMask/mobile-core-ux
app/components/Views/AccountsMenu @MetaMask/mobile-core-ux
app/components/UI/MultichainTransactionListItem @MetaMask/mobile-core-ux
app/components/UI/TransactionActionModal @MetaMask/mobile-core-ux
app/components/UI/TransactionElement @MetaMask/mobile-core-ux
app/components/UI/Transactions @MetaMask/mobile-core-ux
app/reducers/experimentalSettings @MetaMask/mobile-core-ux
app/reducers/modals @MetaMask/mobile-core-ux
app/reducers/navigation @MetaMask/mobile-core-ux
app/reducers/privacy @MetaMask/mobile-core-ux
app/reducers/settings @MetaMask/mobile-core-ux
# Transactions Team
app/components/Views/transactions @MetaMask/transactions
# Web3auth Team
app/core/Engine/messengers/seedless-onboarding-controller-messenger @MetaMask/web3auth
app/core/Engine/controllers/seedless-onboarding-controller @MetaMask/web3auth
app/core/OAuthService @MetaMask/web3auth
app/components/Views/Onboarding @MetaMask/web3auth
app/components/Views/OnboardingCarousel @MetaMask/web3auth
app/components/Views/OnboardingSuccess @MetaMask/web3auth
app/reducers/onboarding @MetaMask/web3auth
# Delegation team
app/core/Engine/controllers/gator-permissions-controller @MetaMask/delegation
app/core/Engine/messengers/gator-permissions-controller-messenger @MetaMask/delegation
# QA Team - E2E Framework
tests/api-mocking/ @MetaMask/qa
tests/framework/ @MetaMask/qa
tests/page-objects/ @MetaMask/qa
tests/flows/ @MetaMask/qa
# Note: Test builds (main-test, flask-test) in build/builds.yml are owned by QA team
# but the file itself is protected by mobile-platform for consistency
# Co-owned by Swaps and Ramps teams
app/util/parseAmount.ts @MetaMask/swaps-engineers @MetaMask/ramp
app/util/parseAmount.test.ts @MetaMask/swaps-engineers @MetaMask/ramp
# Snapshots – no code owners assigned
# This allows anyone with write access to approve changes to any *.snap files.
# ⚠️ Note: Leaving this rule unassigned disables Code Owner review enforcement for snapshot files.
# ⚠️ Important: This rule must remain at the bottom of the CODEOWNERS file to take precedence over more specific path-based rules.
**/*.snap