core
core copied to clipboard
This monorepo is a collection of packages used across multiple MetaMask clients
## Explanation The `NetworkOrderController` is a core implementation of network ordering functionality that was previously only available in the extension. This PR moves and expands this functionality from the extension's...
## Explanation The `NetworkEnablementController` is a core implementation of network enablement functionality that was previously only available in the extension. This PR moves and expands this functionality from the extension's...
## Explanation This PR addresses the issue of magic strings being used inconsistently across MetaMask clients when tracking MetaMetrics events related to profile-sync-controller functionality. Currently, both extension and mobile clients...
## Explanation Extension integration: https://github.com/MetaMask/metamask-extension/pull/33088 This selector indicates that the Max button should be visible when a native asset is selected as src token and the src network supports STX...
Creating selector functions to access parts of controller state is not something that we have been promoting actively. This is mainly due to the fact that we don't have documentation...
## Explanation THIS PR is WIP ## References Fixes: https://github.com/MetaMask/core/issues/4582 ## Changelog ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate -...
## Explanation The `team-solana` issue label in the extension and mobile repos has been renamed to `team-new-networks`. The `create-update-issues` workflow uses this to know which teams to assign to tickets...
# feat: use the new onAssetsMarketData handler ## Explanation ### Current State and Problem The `MultichainAssetsRatesController` currently uses the deprecated `onAssetsConversion` handler to fetch asset market data from Snaps. This...
## Explanation Dependent on: - https://github.com/MetaMask/accounts/pull/60 This PR removes all code related to the QRKeyring from KeystoneHQ, which we intend to deprecate in favor of the new QRKeyring implementation in...
## Explanation ## References ## Changelog ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc,...