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 DeepWiki is a site powered by Devin that analyzes a repo and generates a comprehensive breakdown of the architecture. (The one for this repo is located [here](https://deepwiki.com/MetaMask/core).) It...

It should be possible to publish a preview build for a new package before creating its first release. Unfortunately, Yarn expects a package for which a preview build is being...

team-wallet-framework

## Explanation Added a time limit of 5 minutes to the bridge status controller ## References * Fixes [MMS-2082](https://consensyssoftware.atlassian.net/browse/MMS-2082) ## Changelog ### Bridge status controller - Bridge status controller now...

## Explanation This PR bumps `@metamask/auto-changelog` from 3.4.4 to 5.0.0. As it relates to our usage: - `--prettier` has been dropped from `auto-changelog update` since it's the default - `auto-changelog...

Bumps [@metamask/api-specs](https://github.com/MetaMask/api-specs) from 0.10.12 to 0.11.0. Release notes Sourced from @​metamask/api-specs's releases. 0.11.0 Removed BREAKING: Remove wallet_swapAsset (#289) This is not quite ready for primetime. 0.10.17 Changed modify ordering of...

dependencies

## Explanation * What is the current state of things and why does it need to change? The approval controller doesn't properly block multiple snap install requests from the same...

The error thrown when the service policy circuit breaks is not expressive enough. The error does not indicate which service failed. We should augment the error (e.g. catch and re-throw)...

enhancement
team-wallet-framework

### Description This PR addresses #4729 by enabling the `noUncheckedIndexedAccess` TypeScript compiler option across the entire monorepo. **Changes Implemented:** * Set `"noUncheckedIndexedAccess": true` in the root `tsconfig.json` to enforce stricter...

`yarn lint:fix` is a handy way to automatically fix lint violations. However, with the upgrade to ESLint 9, this package script became useless, as it now fixes warnings and errors...

team-wallet-framework

When running `yarn create-package` to make a new package, after running `yarn constraints`, you will receive errors for the new package. We need to update the template to match the...

team-wallet-framework