core
core copied to clipboard
This monorepo is a collection of packages used across multiple MetaMask clients
## Explanation ## References ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.)...
Bumps [MetaMask/github-tools/.github/workflows/changelog-check.yml](https://github.com/metamask/github-tools) from fc6fe1a3fb591f6afa61f0dbbe7698bd50fab9c7 to 7b583a3b2c177b32b7d19cc7748c531e11ff2b9d. Commits 7b583a3 chore: add minimal age to package installations (#161) 701a894 INFRA-3041:removed extra stable sync PR files (#160) bfb5e6f fix: add shouldExtractPrLinks to parseChangelog...
## Explanation This PR extends the `GatorPermissionsController` to allow attaching metadata when submitting a revocation to the permission provider snap. Metadata includes: - The transaction hash - The block timestamp...
## Explanation Simplify the transaction timeout mechanism to not count attempts, but instead check the time since submit, or when the transaction was last seen on the network. Calculates the...
## Explanation ## References ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.)...
## Explanation This batches some calls during account creation after SRP import. It reduced time it took from ~35s to ~9s on my device for SRP with ~250 accounts. I...
## Explanation Moving the add/remove account/address logic in the `KeyringController`. This way, we don't need to run a complex logic in the `AccountsController` everytime a new account gets added. Part...
Fix suppressed lint errors in this package.
## Explanation ## References ## Checklist - [ ] I've updated the test suite for new or updated code as appropriate - [ ] I've updated documentation (JSDoc, Markdown, etc.)...
## Explanation ### Summary This PR updates the SPOT_PRICES_SUPPORT_INFO map to add native token spot-price support for several additional EVM chains. These entries ensure the Token Prices Service (Codefi v2)...