Skip to content

Commit 80478ac

Browse files
committed
Merge branch 'main' into mikesposito/deps/smart-transactions-controller
2 parents 28ebc07 + 3527c21 commit 80478ac

File tree

429 files changed

+22253
-13690
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+22253
-13690
lines changed

.detoxrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
},
2626
jest: {
2727
setupTimeout: 220000,
28+
teardownTimeout: 60000, // Increase teardown timeout from default 30s to 60s
2829
},
2930
retries: 1,
3031
},

.github/CODEOWNERS

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ app/core/Engine/controllers/accounts-controller @MetaMask/accounts-e
8383
app/core/Engine/messengers/accounts-controller-messenger @MetaMask/accounts-engineers
8484
app/core/SnapKeyring @MetaMask/accounts-engineers
8585

86-
# Co-owned by accounts and wallet-ux
87-
app/components/Views/AccountSelector @MetaMask/accounts-engineers @MetaMask/wallet-ux
88-
app/components/UI/EvmAccountSelectorList @MetaMask/accounts-engineers @MetaMask/wallet-ux
86+
# Co-owned by accounts and mobile-core-ux
87+
app/components/Views/AccountSelector @MetaMask/accounts-engineers @MetaMask/mobile-core-ux
88+
app/components/UI/EvmAccountSelectorList @MetaMask/accounts-engineers @MetaMask/mobile-core-ux
8989

9090
# Multichain Accounts
9191
**/multichain-accounts/** @MetaMask/accounts-engineers
@@ -186,25 +186,25 @@ app/core/Engine/messengers/defi-positions-controller-messenger @MetaMask/metamas
186186
app/selectors/assets @MetaMask/metamask-assets
187187

188188
# UX Team
189-
app/components/Views/AccountActions @MetaMask/wallet-ux
190-
app/components/Views/AccountSelector @MetaMask/wallet-ux
191-
app/components/Views/AddressQRCode @MetaMask/wallet-ux
192-
app/components/Views/EditAccountName @MetaMask/wallet-ux
193-
app/components/Views/LockScreen @MetaMask/wallet-ux
194-
app/components/Views/Login @MetaMask/wallet-ux
195-
app/components/Views/NetworkConnect @MetaMask/wallet-ux
196-
app/components/Views/NetworkSelector @MetaMask/wallet-ux
197-
app/components/Views/OnboardingCarousel @MetaMask/wallet-ux
198-
app/components/Views/OnboardingSuccess @MetaMask/wallet-ux
199-
app/components/Views/QRAccountDisplay @MetaMask/wallet-ux
200-
app/components/Views/QRScanner @MetaMask/wallet-ux
201-
app/components/Views/Settings @MetaMask/wallet-ux
202-
app/components/Views/TermsAndConditions @MetaMask/wallet-ux
203-
app/reducers/experimentalSettings @MetaMask/wallet-ux
204-
app/reducers/modals @MetaMask/wallet-ux
205-
app/reducers/navigation @MetaMask/wallet-ux
206-
app/reducers/privacy @MetaMask/wallet-ux
207-
app/reducers/settings @MetaMask/wallet-ux
189+
app/components/Views/AccountActions @MetaMask/mobile-core-ux
190+
app/components/Views/AccountSelector @MetaMask/mobile-core-ux
191+
app/components/Views/AddressQRCode @MetaMask/mobile-core-ux
192+
app/components/Views/EditAccountName @MetaMask/mobile-core-ux
193+
app/components/Views/LockScreen @MetaMask/mobile-core-ux
194+
app/components/Views/Login @MetaMask/mobile-core-ux
195+
app/components/Views/NetworkConnect @MetaMask/mobile-core-ux
196+
app/components/Views/NetworkSelector @MetaMask/mobile-core-ux
197+
app/components/Views/OnboardingCarousel @MetaMask/mobile-core-ux
198+
app/components/Views/OnboardingSuccess @MetaMask/mobile-core-ux
199+
app/components/Views/QRAccountDisplay @MetaMask/mobile-core-ux
200+
app/components/Views/QRScanner @MetaMask/mobile-core-ux
201+
app/components/Views/Settings @MetaMask/mobile-core-ux
202+
app/components/Views/TermsAndConditions @MetaMask/mobile-core-ux
203+
app/reducers/experimentalSettings @MetaMask/mobile-core-ux
204+
app/reducers/modals @MetaMask/mobile-core-ux
205+
app/reducers/navigation @MetaMask/mobile-core-ux
206+
app/reducers/privacy @MetaMask/mobile-core-ux
207+
app/reducers/settings @MetaMask/mobile-core-ux
208208

209209
# Transactions Team
210210
app/components/Views/transactions @MetaMask/transactions
@@ -216,6 +216,9 @@ app/core/OAuthService @MetaMask/web3auth
216216
app/components/Views/Onboarding @MetaMask/web3auth
217217
app/reducers/onboarding @MetaMask/web3auth
218218

219+
# Delegation team
220+
app/core/Engine/controllers/gator-permissions-controller @MetaMask/delegation
221+
app/core/Engine/messengers/gator-permissions-controller-messenger @MetaMask/delegation
219222
# QA Team - E2E Framework
220223
e2e/api-mocking/ @MetaMask/qa
221224
e2e/fixtures/ @MetaMask/qa

.github/actionlint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ self-hosted-runner:
44
- "gha-mmsdk-scale-set-ubuntu-22.04-amd64-xl"
55
- "gha-mmsdk-scale-set-ubuntu-22.04-amd64-large"
66
- "gha-mm-scale-set-ubuntu-22.04-amd64-large"
7+
- "gha-mm-scale-set-ubuntu-22.04-amd64-small"
8+
- "gha-mm-scale-set-ubuntu-22.04-amd64-med"
79
- "macos-15"
810
- "ghcr.io/cirruslabs/macos-runner:sequoia"
911
- "ghcr.io/cirruslabs/macos-runner:sequoia-xl"

.github/guidelines/LABELING_GUIDELINES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The check can be bypassed when necessary, either by setting the changelog entry
1717

1818
## Optional labels (manual addition)
1919

20-
Any label can be manually added on demand depending on the PR's content. For instance, the label **QA passed** will indicate that a thorough manual testing has been performed and the PR is ready to be merged. In addition, following labels have some specific use cases.
20+
Any label can be manually added on demand depending on the PR's content. For instance, the label **QA passed** will indicate that a thorough manual testing has been performed and the PR is ready to be merged. In addition, following labels have some specific use cases.
2121

2222
### Run iOS E2E tests
2323

0 commit comments

Comments
 (0)