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

## Problem `BaseControllerV2` and its subclass controllers currently accept messengers as constructor options even if they are defined with incomplete or empty action/event allowlists. Type errors are raised when the...

bug
team-wallet-framework

In the BaseControllerV2.ts, the `messenger` type has been defined starting with a small letter. The type needs to start with a capital. To fix this, `messenger` has to be renamed...

team-wallet-framework

# Pull Request: Merge Fixes from Multiple Branches ## Description This pull request merges changes from several branches into a single branch named `devin/fix-issues/498373/merge`. The following branches have been merged:...

# Pull Request Description ## Summary This pull request merges changes from several branches into a single branch to address issues related to converting `*` exports to named exports in...

# Pull Request: Merge Fixes from Multiple Branches ## Summary This pull request merges changes from several branches into a single branch `devin/fix-issues/404325/merge`. The following branches were merged: - `devin/fix-issues/404325/4`...

# Pull Request: Refactor Wildcard Exports to Named Exports Across Multiple Files ## Description This pull request merges the changes from several branches into a single branch `devin/fix-issues/234668/merge` to address...

# Pull Request: Merge Fixes from Multiple Branches ## Description This pull request merges changes from four branches (`devin/fix-issues/749388/5`, `devin/fix-issues/749388/2`, `devin/fix-issues/749388/1`, and `devin/fix-issues/749388/4`) into a new branch named `devin/fix-issues/749388/merge` in...

# Refactor Wildcard Exports to Named Exports Across Multiple Files This pull request merges the changes from the following branches into a single branch `devin/fix-issues/961178/merge`: - `devin/fix-issues/961178/5` - `devin/fix-issues/961178/3` -...

# Pull Request Description ## Summary This pull request merges the changes from the following branches into the main branch of the `core` repository: - `devin/fix-issues/872667/1` - `devin/fix-issues/872667/2` - `devin/fix-issues/872667/3`...

## Explanation `@metamask/keyring-controller` should be a runtime dependency, not a development dependency. It's already a peer dependency, so it should be a runtime dependency too. ## References * Fixes #4478...