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

## Requirements - Should not inherit from `BaseControllerV1` or `BaseController`. - Should not use the `Controller` suffix in its name. - Types for `ControllerState`, `ControllerGetStateAction`, `ControllerStateChangeEvent` should not be defined...

team-wallet-framework

## Requirements - Should not inherit from `BaseControllerV1` or `BaseController`. - Should not use the `Controller` suffix in its name. - Types for `ControllerState`, `ControllerGetStateAction`, `ControllerStateChangeEvent` should not be defined...

team-wallet-framework

## Requirements - Should not inherit from `BaseControllerV1` or `BaseController`. - Should not use the `Controller` suffix in its name. - Types for `ControllerState`, `ControllerGetStateAction`, `ControllerStateChangeEvent` should not be defined...

team-wallet-framework

The `NetworkController` method `lookupNetwork` doesn't currently have a timeout. The default fetch timeout is quite long, leading to long delays in situations where we're waiting to know whether the network...

team-wallet-framework

## Explanation As part of the Wallet Framework Team's Q2 2024 OKRs (O3KR1: 100% completion of all core controllers to BaseControllerV2), the `AssetsContractController` needs to be converted to a V2...

team-wallet-framework

## Explanation After [`SafeEventEmitterProvider` is updated to support EIP-1193](https://github.com/MetaMask/core/issues/4095), we should adapt to the changes: - Calling `sendAsync` will be deprecated; we should use `request` instead. - Here is where...

# Update test descriptions to active tense in SignatureController.test.ts This pull request updates the test descriptions in the `SignatureController.test.ts` file located in the `packages/signature-controller` folder. The test descriptions have been...

## Explanation ## References - Closes https://github.com/MetaMask/core/issues/4448 - Closes https://github.com/MetaMask/core/issues/4444 - Fixes https://github.com/MetaMask/metamask-mobile/issues/10073 - See https://github.com/MetaMask/metamask-mobile/pull/10011 ## Changelog ```md ``` ## Checklist - [ ] I've updated the test suite...

team-wallet-framework

## Explanation We wanted to fetch more collection related data to populate the new NFT details designs. When an NFT is either detected or manually imported, i added a call...

## Explanation Requires the following: - [ ] merged https://github.com/MetaMask/eth-phishing-detect/pull/58432 - [ ] merged https://github.com/MetaMask/eth-phishing-detect/pull/67637 This bumps eth-phishing-detect dependency to a new major release that supports IPFS CID blocking by...