Commit 8d30e14
authored
## **Description**
This PR bumps `@metamask/multichain-account-service` to `^2.1.0`, which
includes performance improvements for lower end devices during account
creation. Changelog:
```md
- Add per-provider throttling for non-EVM account creation to improve performance on low-end devices ([MetaMask#7000](MetaMask/core#7000))
- Solana provider is now limited to 3 concurrent account creations by default when creating multichain account groups.
- Other providers remain unthrottled by default.
```
## **Changelog**
<!--
If this PR is not End-User-Facing and should not show up in the
CHANGELOG, you can choose to either:
1. Write `CHANGELOG entry: null`
2. Label with `no-changelog`
If this PR is End-User-Facing, please write a short User-Facing
description in the past tense like:
`CHANGELOG entry: Added a new tab for users to see their NFTs`
`CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker`
(This helps the Release Engineer do their job more quickly and
accurately)
-->
CHANGELOG entry: null
## **Related issues**
Fixes: https://consensyssoftware.atlassian.net/browse/MUL-1230
## **Manual testing steps**
```gherkin
Feature: my feature name
Scenario: user [verb for user action]
Given [describe expected initial app state]
When user [verb for user action]
Then [describe expected outcome]
```
## **Screenshots/Recordings**
<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->
### **Before**
<!-- [screenshots/recordings] -->
### **After**
<!-- [screenshots/recordings] -->
## **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**
- [x] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [x] 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.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Updates `@metamask/multichain-account-service` from `^2.0.1` to
`^2.1.0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
c10179c. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
1 parent 9147529 commit 8d30e14
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7923 | 7923 | | |
7924 | 7924 | | |
7925 | 7925 | | |
7926 | | - | |
7927 | | - | |
7928 | | - | |
| 7926 | + | |
| 7927 | + | |
| 7928 | + | |
7929 | 7929 | | |
7930 | 7930 | | |
7931 | 7931 | | |
| |||
7948 | 7948 | | |
7949 | 7949 | | |
7950 | 7950 | | |
7951 | | - | |
| 7951 | + | |
7952 | 7952 | | |
7953 | 7953 | | |
7954 | 7954 | | |
| |||
34328 | 34328 | | |
34329 | 34329 | | |
34330 | 34330 | | |
34331 | | - | |
| 34331 | + | |
34332 | 34332 | | |
34333 | 34333 | | |
34334 | 34334 | | |
| |||
0 commit comments