snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
Allow `Button` to wrap more elements such as `Image`, `Icon` etc.
"Rich" dropdown with more detailed elements than just text. Details TBD
Determine with Accounts team what functionality do preinstalled Snaps need with respect to features and where does mobile lack feature parity between extension and mobile.
Bumps [@metamask/eth-json-rpc-provider](https://github.com/MetaMask/core) from 4.1.2 to 4.1.3. Commits a6177fb Release 184.0.0 (#4607) cd158e0 Release 183.0.0 (#4601) 5e90500 Fixed SafeEventEmitterProvider invalid default params (#4603) d64cc2d Bump typescript from ~5.1.6 to ~5.2.2 (#4584)...
We are moving ahead with https://metamask.github.io/SIPs/SIPS/sip-12 on the extension and releasing it into stable. Following that, we should port this logic to mobile, bringing feature parity for SIP-12 and unblocking...
When using `mm-snap watch`, the CLI will rebuild the Snap twice after detecting a change in the source code. Once because the source file changed and once again because rebuilding...
This removes `wallet_switchEthereumChain` from the `BLOCKED_RPC_METHODS` list. Closes MetaMask/MetaMask-planning#2938. Closes #2654. Blocked by: - MetaMask/core#4602
In Extension v12 the type parameter is no longer used. Notifications are automatically "inApp" and if the user has native notifications enabled too then they also come up as native....
We should replace the existing `useTransactionInsights` and `useSignatureInsights` hooks with a new hook that uses the state produced by `SnapInsightsController`. As part of this task we should also enable and...