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 PR to make `networkClientId` mandatory in `AssetsContractController`. TEST DRIVE PRs: - EXTENSION: - MOBILE: ## References ## Changelog ## Checklist - [ ] I've updated the test suite...

## Explanation This PR adds the RNS Registry address to the `EnsController` package. This enhancement enables the resolution of `.rsk` domains in the Rootstock-compatible version of MetaMask. **Why:** By including...

DO NOT MERGE - this was a test https://www.loom.com/share/04ed970983194a9c8396bc568289197c ## Explanation ## References ## Changelog ## Checklist - [ ] I've updated the test suite for new or updated code...

DO-NOT-MERGE

We wish to build a wallet library, which would encapsulate all shared functionality of the extension and mobile projects. This would allow us to remove the majority, if not all,...

team-wallet-framework

> _This issue was auto-created as part of the Zenhub sub-issues migration. The original entity was opened on 2024-01-24. For more details see [this post](https://changelog.zenhub.com/migration-of-epics-projects-to-sub-issues-313645?zenhub_entity_id=Z2lkOi8vcmFwdG9yL1Byb2plY3QvNzk4Nzg)._

## Explanation ## References ## Changelog ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc,...

The `NetworkVisibilityController` is a core implementation of network ordering and enablement functionality that was previously only available in the extension. This PR moves and expands this functionality from the extension's...

## Explanation **Current state**: The SeedlessOnboardingController handles sensitive cryptographic material (encryption keys, authentication keypairs, OPRF keys, and seed phrases) but was not properly cleaning up this data from memory after...

Specifically, these test files are slow to run: - `NetworkController.test.ts` (~32s) - `create-network-client.test.ts` (~311s !!) We should investigate why it takes so long for these to run, and fix them....

team-wallet-framework

## Explanation I missed this when introducing the `KeyringRequest.origin` feature. - https://github.com/MetaMask/core/pull/5871 The main problem is that this controller is dispatching "raw Snap request", thus, preventing any type-checking when doing...