You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Explanation
Minor release of `@metamask/multichain-account-service`.
Changelog:
```md
### Added
- Add per-provider throttling for non-EVM account creation to improve performance on low-end devices ([#7000](#7000))
- Solana provider is now limited to 3 concurrent account creations by default when creating multichain account groups.
- Other providers remain unthrottled by default.
```
Mobile test-drive PR:
MetaMask/metamask-mobile#21905 (QA'd ✅ )
## References
<!--
Are there any issues that this pull request is tied to?
Are there other links that reviewers should consult to understand these
changes better?
Are there client or consumer pull requests to adopt any breaking
changes?
For example:
* Fixes #12345
* Related to #67890
-->
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've communicated my changes to consumers by [updating changelogs
for packages I've
changed](https://github.com/MetaMask/core/tree/main/docs/contributing.md#updating-changelogs),
highlighting breaking changes as necessary
- [ ] I've prepared draft pull requests for clients and consumer
packages to resolve any breaking changes
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Publish @metamask/multichain-account-service 2.1.0 adding per-provider
throttling (Solana capped at 3 concurrent) and update dependents; bump
monorepo to 657.0.0.
>
> - **multichain-account-service
(`packages/multichain-account-service`)**:
> - Release `2.1.0` with per-provider throttling for non-EVM account
creation.
> - Solana provider limited to 3 concurrent creations by default.
> - Update `CHANGELOG.md` and version references.
> - **Dependents**:
> - Bump `@metamask/multichain-account-service` devDependency to
`^2.1.0` in `packages/account-tree-controller` and
`packages/assets-controllers`.
> - **Repo**:
> - Bump monorepo version to `657.0.0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
b4773ca. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/multichain-account-service/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.1.0]
11
+
10
12
### Added
11
13
12
14
- Add per-provider throttling for non-EVM account creation to improve performance on low-end devices ([#7000](https://github.com/MetaMask/core/pull/7000))
@@ -256,7 +258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments