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
assets controller release `89.0.0`
<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:
* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?
* Are there any changes whose purpose might not obvious to those
unfamiliar with the domain?
* If your primary goal was to update one package but you found you had
to update another one along the way, why did you do so?
* If you had to upgrade a dependency, why did you do so?
-->
## 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
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] 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]
> Releases core 683.0.0, publishes assets-controllers 89.0.0, and bumps
bridge/bridge-status/transaction-pay controllers with corresponding
breaking peer dependency updates.
>
> - **Monorepo**:
> - Bump root version to `683.0.0`.
> - **assets-controllers 89.0.0 (BREAKING)**:
> - Remove CryptoCompare fallback in `CurrencyRatesController` and
`TokenRatesController`.
> - Add RPC fallback and 30s timeout protections in balances/detection;
handle `unprocessedNetworks` from Accounts API.
> - Bump `@metamask/core-backend` to `^4.1.0`.
> - **bridge-controller 61.0.0 (BREAKING)**:
> - Update peer/dev deps to `@metamask/assets-controllers@^89.0.0`.
> - **bridge-status-controller 61.0.0 (BREAKING)**:
> - Update peer/dev deps to `@metamask/bridge-controller@^61.0.0`.
> - **transaction-pay-controller 8.0.0 (BREAKING)**:
> - Update peers/dev deps to `@metamask/assets-controllers@^89.0.0`,
`@metamask/bridge-controller@^61.0.0`, and
`@metamask/bridge-status-controller@^61.0.0`.
> - **Dependencies**:
> - Align `yarn.lock` and package peer/dev dependencies with the above
versions.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
e83f87f. 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/assets-controllers/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
+
## [89.0.0]
11
+
10
12
### Changed
11
13
12
14
-**BREAKING:** Remove fallback to CryptoCompare on `CurrencyRatesController` and `TokenRatesController` ([#7167](https://github.com/MetaMask/core/pull/7167))
@@ -2284,7 +2286,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2284
2286
2285
2287
- Use Ethers for AssetsContractController ([#845](https://github.com/MetaMask/core/pull/845))
0 commit comments