core
core copied to clipboard
This monorepo is a collection of packages used across multiple MetaMask clients
Bumps [@metamask/snaps-sdk](https://github.com/MetaMask/snaps) from 6.17.1 to 6.19.0. Commits 2aadca0 Release 91.0.0 (#3185) 1ae17ed chore(deps): bump @metamask/phishing-controller from 12.3.2 to 12.4.0 (#3171) 4f201d5 Add the interface ID to the return value of...
## Explanation The `multichain-account-service` is responsible of holding/grouping all BIP-44 accounts together (in wallets and groups). The `account-tree-controller` was re-using a similar matching logic to build it's tree and match...
## Explanation ## References Fixes https://github.com/MetaMask/core/pull/6616 ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc,...
## Explanation Add new interface to "forward" the top-level `Account` type-parameter across all provider types, thus making sure providers always use the proper type. ## References N/A ## Checklist -...
## Explanation When we added preview builds to some polyrepos, we copied the workflow from this repo and made some improvements at the same time. This commit applies those same...
## Explanation This PR pushes for a retry to be called an exponential backoff by the minute. The remote feature flag controller will automatically: Make an initial API request If...
## Explanation ## References https://consensyssoftware.atlassian.net/browse/ASSETS-1485 ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown,...
## Explanation ## References ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.)...
## Explanation ## References ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.)...
## Explanation Adds SEI to SINGLE_CALL_BALANCES_ADDRESS_BY_CHAINID with its single-call balance checker address and updates the changelog. Assets Controllers: Token detection: Add SEI to SINGLE_CALL_BALANCES_ADDRESS_BY_CHAINID with address 0xf8b06Cf47E6BFcA5b468D5BAF88217BF25fdD134 in src/AssetsContractController.ts. ##...