Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
18 changes: 0 additions & 18 deletions eslint-suppressions.json
Original file line number Diff line number Diff line change
Expand Up @@ -279,19 +279,6 @@
"count": 2
}
},
"packages/assets-controllers/src/MultichainAssetsController/MultichainAssetsController.test.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 1
}
},
"packages/assets-controllers/src/MultichainAssetsController/MultichainAssetsController.ts": {
"@typescript-eslint/explicit-function-return-type": {
"count": 6
},
"@typescript-eslint/no-misused-promises": {
"count": 3
}
},
"packages/assets-controllers/src/MultichainAssetsRatesController/MultichainAssetsRatesController.test.ts": {
"no-restricted-syntax": {
"count": 3
Expand Down Expand Up @@ -2309,11 +2296,6 @@
"count": 1
}
},
"packages/transaction-pay-controller/src/utils/source-amounts.ts": {
"import-x/no-relative-packages": {
"count": 1
}
},
"packages/transaction-pay-controller/src/utils/transaction.ts": {
"no-restricted-syntax": {
"count": 2
Expand Down
8 changes: 8 additions & 0 deletions packages/assets-controllers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- `MultichainAssetsController`: periodic Blockaid re-scan of stored SPL-style `token:` assets (default once per day) so tokens that become malicious after a prior scan are dropped; use constructor option `blockaidTokenRescanInterval` (ms), or `0` to disable.

### Changed

- Bump `@metamask/accounts-controller` from `^37.1.1` to `^37.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.2.0` ([#8363](https://github.com/MetaMask/core/pull/8363))
- Bump `@metamask/messenger` from `^1.0.0` to `^1.1.1` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373))

### Fixed

- `MultichainAssetsController`: fungible `token:` assets from automatic detection are no longer added when Blockaid bulk scan fails, returns empty, or omits that address (previously fail open); an explicit non-malicious per-token result from `PhishingController:bulkScanTokens` is now required before add.

## [103.1.1]

### Changed
Expand Down
Loading
Loading