Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/assets-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add an optional `customAssets` option to `AssetsController.getAssets`, overriding which pinned assets are attached to the fetch request (sent to the Accounts API as `includeAssetIds` and to the RPC fallback). When omitted, every asset pinned by the requested accounts is attached, as before ([#9600](https://github.com/MetaMask/core/pull/9600))

### Changed

- Bump `@metamask/phishing-controller` from `^17.3.0` to `^17.3.1` ([#9746](https://github.com/MetaMask/core/pull/9746))
Expand Down Expand Up @@ -51,6 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- **BREAKING:** Remove `CustomAssetGraduationMiddleware` (and `CustomAssetGraduationMiddlewareOptions`) from the public API. User-pinned custom assets are now treated as "display no matter what" and are no longer auto-removed when a balance is detected ([#9600](https://github.com/MetaMask/core/pull/9600))
- **BREAKING:** Remove the `customAssetsOnly` field from `DataRequest`. Whether an RPC poll is asset-scoped is now decided inside `RpcDataSource` from the claimed `customAssets` on the subscription request: chains outside its regular assignment get a poll scoped to an explicit `assetIds` list instead of a controller-driven request flag ([#9600](https://github.com/MetaMask/core/pull/9600))
- **BREAKING:** Remove `BackendWebsocketDataSource` and its factory/types (`BackendWebsocketDataSource`, `createBackendWebsocketDataSource`, `BackendWebsocketDataSourceOptions`, `BackendWebsocketDataSourceState`). Real-time balance updates and per-chain status are now consumed from `AccountActivityService` via `AccountActivityDataSource`, which manages the WebSocket connection and subscriptions. Consumers no longer need to delegate `BackendWebSocketService` actions/events to the `AssetsController` messenger ([#9517](https://github.com/MetaMask/core/pull/9517))

## [11.3.1]
Expand Down
Loading
Loading