Skip to content

Commit 7f6ba73

Browse files
authored
chore: update CODEOWNERS.md with @MetaMask/wallet-integrations team ownership (#36577)
There are a ton of files/folders here that have been owned by Wallet Integrations Team (formerly Wallet API Platform team) where we have not been pinged for reviews because of missing CODEOWNER entries. This is my fault. Its time to correct it. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Updates CODEOWNERS to add `@MetaMask/wallet-integrations` ownership across middleware/libs and E2E benchmarks/tests, replacing prior `wallet-api-platform` entries. > > - **CODEOWNERS updates**: > - **Add `@MetaMask/wallet-integrations` ownership** for: > - `app/scripts/lib/rpc-method-middleware` > - `shared/lib/caip25-caveat-merger.ts` > - `test/e2e/page-objects/benchmark` > - `test/e2e/playwright/benchmark` > - `test/e2e/flask/multichain-api` > - `app/scripts/lib/middleware/` > - `app/scripts/lib/createRPCMethodTrackingMiddleware.js` > - `app/scripts/lib/createMetamaskMiddleware.js` > - `app/scripts/lib/createOnboardingMiddleware.js` > - `app/scripts/lib/createMetaRPCHandler.js` > - `app/scripts/lib/createEvmMethodsToNonEvmAccountReqFilterMiddleware.ts` > - `app/scripts/lib/createHyperliquidReferralMiddleware.ts` > - `app/scripts/lib/metaRPCClientFactory.ts` > - `app/scripts/lib/createOriginThrottlingMiddleware.ts` > - `app/scripts/lib/createMainFrameOriginMiddleware.ts` > - `app/scripts/lib/createTracingMiddleware.ts` > - **Replace** `@MetaMask/wallet-api-platform-engineers` ownership of benchmark paths with `@MetaMask/wallet-integrations`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b255573. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 521b212 commit 7f6ba73

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/CODEOWNERS

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,21 @@ test/e2e/helpers.js @MetaMask/qa
149149
test/e2e/mock-e2e-allowlist.js @MetaMask/qa
150150
test/e2e/mock-e2e.js @MetaMask/qa
151151

152-
# Wallet API Platform - Page Load Benchmark
153-
test/e2e/page-objects/benchmark @MetaMask/wallet-api-platform-engineers
154-
test/e2e/playwright/benchmark @MetaMask/wallet-api-platform-engineers
152+
# Wallet Integrations
153+
app/scripts/lib/rpc-method-middleware @MetaMask/wallet-integrations
154+
shared/lib/caip25-caveat-merger.ts @MetaMask/wallet-integrations
155+
test/e2e/page-objects/benchmark @MetaMask/wallet-integrations
156+
test/e2e/playwright/benchmark @MetaMask/wallet-integrations
157+
test/e2e/flask/multichain-api @MetaMask/wallet-integrations
158+
# TODO CONSOLIDATE THE MIDDLEWARE BELOW INTO THE RPC-METHOD-MIDDLEWARE FOLDER
159+
app/scripts/lib/createRPCMethodTrackingMiddleware.js @MetaMask/wallet-integrations
160+
app/scripts/lib/createMetamaskMiddleware.js @MetaMask/wallet-integrations
161+
app/scripts/lib/createOnboardingMiddleware.js @MetaMask/wallet-integrations
162+
app/scripts/lib/createMetaRPCHandler.js @MetaMask/wallet-integrations
163+
app/scripts/lib/createEvmMethodsToNonEvmAccountReqFilterMiddleware.ts @MetaMask/wallet-integrations
164+
app/scripts/lib/createHyperliquidReferralMiddleware.ts @MetaMask/wallet-integrations
165+
app/scripts/lib/metaRPCClientFactory.ts @MetaMask/wallet-integrations
166+
app/scripts/lib/middleware/ @MetaMask/wallet-integrations
167+
app/scripts/lib/createOriginThrottlingMiddleware.ts @MetaMask/wallet-integrations
168+
app/scripts/lib/createMainFrameOriginMiddleware.ts @MetaMask/wallet-integrations
169+
app/scripts/lib/createTracingMiddleware.ts @MetaMask/wallet-integrations

0 commit comments

Comments
 (0)