snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
As per SIP-32: https://metamask.github.io/SIPs/SIPS/sip-32
There seems to be some width-issue with the insights container which makes the entire request body scrollable horizontally. 
We currently do not have the screen in place on mobile that we use on extension to notify users about the key derivation permissions in the Snap they are installing.
Consider how hardware wallet Snaps can be used as entropy sources for other Snaps, e.g. if a Solana Snap wants to use a Ledger Snap.
Refactors the `CronjobController` logic to deduplicate logic being used across cronjobs and background events.
Added a method to show require scroll content to allow for e2e testing of the new `requireScroll` footer prop.
Right now we collect metrics about Snap export usage directly in the clients, but this means we are missing out on all calls that go directly between controllers. We should...
This changes the minimum time between cronjob executions to 15 seconds. Related to: MetaMask/pm-security#392.