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
Copy file name to clipboardExpand all lines: packages/core-backend/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- EVM (`eip155`) subscriptions are always enabled. Solana, Tron, and Stellar subscriptions are enabled when the corresponding `networkAssetsSnapsMigrationSolana` / `networkAssetsSnapsMigrationTron` / `networkAssetsSnapsMigrationStellar` feature flag has `stage >= 1`, and disabled otherwise.
17
17
- Accounts whose scopes do not match an enabled chain are no longer subscribed at all.
18
18
- When the enabled chains change via a feature flag update while the websocket is connected, the service automatically resubscribes the selected account.
19
-
-**BREAKING:**`AccountActivityService.subscribe` now requires a `{ addresses: string[] }` argument ([#9531](https://github.com/MetaMask/core/pull/9531))
20
-
- Previously, the service only allowed a single address to be subscribed at a time.
19
+
-**BREAKING:**`AccountActivityService.subscribe`and `AccountActivityService.unsubscribe`now require a `{ addresses: string[] }` argument ([#9531](https://github.com/MetaMask/core/pull/9531))
20
+
- Previously, the service only allowed a single address to be subscribed and unsubscribed at a time.
21
21
- Add `@metamask/remote-feature-flag-controller``^4.2.2` as a dependency ([#9379](https://github.com/MetaMask/core/pull/9379))
22
22
- Bump `@metamask/messenger` from `^1.2.0` to `^2.0.0` ([#9392](https://github.com/MetaMask/core/pull/9392))
23
23
- Bump `@metamask/profile-sync-controller` from `^28.2.0` to `^28.3.0` ([#9463](https://github.com/MetaMask/core/pull/9463))
0 commit comments