Skip to content

Commit ed0c74e

Browse files
authored
chore(runway): cherry-pick fix: bump accounts-controller to fix reset wallet flow cp-7.47.0 (#15897)
- fix: bump accounts-controller to fix reset wallet flow cp-7.47.0 (#15889) ## **Description** This bump is required to fix this bug: - #15628 ## **Related issues** Fixes: - #15628 ## **Manual testing steps** 1. Onboard your wallet 2. Make sure you have a Solana account 3. Lock your wallet 4. Reset your wallet - It should not crash anymore (or show some tracebacks, cause this might behave differently with a dev build) ## **Screenshots/Recordings** ### **Before** ![Screenshot 2025-05-30 at 10 32 50](https://github.com/user-attachments/assets/3112b561-e96b-4a46-ba94-7972650c3596) ### **After** ![Screenshot 2025-05-30 at 10 38 33](https://github.com/user-attachments/assets/e5fcca21-e3e3-4604-95da-ec137ef1cbaf) ## **Pre-merge author checklist** - [x] I’ve followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots. [4594f21](4594f21)
2 parents ddb1e5f + 7a8bd8f commit ed0c74e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"@keystonehq/metamask-airgapped-keyring": "^0.15.2",
161161
"@keystonehq/ur-decoder": "^0.12.2",
162162
"@ledgerhq/react-native-hw-transport-ble": "^6.33.2",
163-
"@metamask/accounts-controller": "^29.0.0",
163+
"@metamask/accounts-controller": "^29.0.1",
164164
"@metamask/address-book-controller": "^6.0.3",
165165
"@metamask/app-metadata-controller": "^1.0.0",
166166
"@metamask/approval-controller": "^7.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4666,10 +4666,10 @@
46664666
"@metamask/superstruct" "^3.1.0"
46674667
"@metamask/utils" "^11.0.1"
46684668

4669-
"@metamask/accounts-controller@^29.0.0":
4670-
version "29.0.0"
4671-
resolved "https://registry.yarnpkg.com/@metamask/accounts-controller/-/accounts-controller-29.0.0.tgz#e190acb5c5c925a0a9109b576272be47076013a4"
4672-
integrity sha512-GkyES657EeYASDFyqJaB1quTSiXhtu6C8c4mLOhUJXg26rQjXvZHvtDzq5Fj/45iK6RSjiM9jX/r9+KT0wfIQw==
4669+
"@metamask/accounts-controller@^29.0.1":
4670+
version "29.0.1"
4671+
resolved "https://registry.yarnpkg.com/@metamask/accounts-controller/-/accounts-controller-29.0.1.tgz#6ba83a0ced634d86c12d068a676dc2905d003c73"
4672+
integrity sha512-sAJ1awhy1ejI/DS85yimps24h/b/tdv35Ys16mF/4QQqw/RJlNMjgVHBPAeqfB58jNj4bg4FWzGpD6d3dTDIjQ==
46734673
dependencies:
46744674
"@ethereumjs/util" "^9.1.0"
46754675
"@metamask/base-controller" "^8.0.1"

0 commit comments

Comments
 (0)