core icon indicating copy to clipboard operation
core copied to clipboard

This monorepo is a collection of packages used across multiple MetaMask clients

Results 595 core issues
Sort by recently updated
recently updated
newest added

## Explanation This removes the `jsonrpc` error wrapping that happens in the method call validator. Also adds a new error returned for when the parameter length is mismatched. ## References...

Problem: - Currently the Phishing List provide a large set of data (>3MB) to clients via the Phishing Controller. This controller then performs a large set of filtering [computations on...

team-product-safety
area-performance

- Make `TokenBalancesController` extend `StaticIntervalPollingController` - Update the state to be per chain id and per account - Make it use `AssetsContractController:getBalancesInSingleCall` to more efficiently get balances in 1 RPC...

team-assets

Once we've merged https://github.com/MetaMask/core/pull/4752, we'll want to update the polling input for `CurrencyRateController` to be a string `nativeCurrency`. And for `TokenDetectionController` an array of chain IDs + an account address.

team-assets

## Explanation Adds a `tokenSortConfig` to `PreferencesController` to pair with mobile and extension codebases. This config will tell each application which keys tokens are sorted by, which order they are...

team-assets

## Explanation Parameterize chainId in getNftInformationFromApi fct ## References ## Changelog ### `@metamask/assets-controllers` - **FIXED**: add networkClientId as argument in `getNftInformationFromApi` fct ## Checklist - [ ] I've updated the...

## Explanation CI pipeline for auto generated issues when major release of any package occurs. New issues will be created in metamask-extension and metamask-mobile repositories. ## References * Related to...

## Explanation Looking at the preferences-controller patch on mobile; noticed that core is missing some of those updates. This PR brings the updates needed on mobile to core. ## References...

## Explanation ## References ## Changelog ### `@metamask/package-a` - ****: Your change here - ****: Your change here ### `@metamask/package-b` - ****: Your change here - ****: Your change here...

team-notifications

https://github.com/MetaMask/metamask-extension/pull/23460#discussion_r1535417487 Remove unused `securityAlertProvider` property from `SignatureController`.

team-confirmations