snaps icon indicating copy to clipboard operation
snaps copied to clipboard

Extend the functionality of MetaMask using Snaps

Results 326 snaps issues
Sort by recently updated
recently updated
newest added

This mostly involves work around deeply nested struct definitions i.e. unions of unions. We need a way to reliably throw the correct error and perhaps give a diff of thrown...

snaps-maintenance

Swap out the backend of the simulator with the one in snaps-jest to ease maintainability

Currently we throw only the first error when it comes to superstruct assertions, it would be better to throw a message with all the errors instead of possibly having people...

This adds a new field to the manifest, `platformVersion`. It is intended to be set to the current version of the Snaps SDK, and if set, is checked by the...

Let's introduce a component to parse any arbitrary account address so it can be displayed in a variety of ways depending on the props. E.g. "Gaming Account 1" or the...

team-snaps

Allow the interface `context` to be updated via the `snap_updateInterface` call.

This PR adds support for Typescript checking in snaps-cli. It does so by using `fork-ts-checker-webpack-plugin` webpack plugin which runs TSC in a separate thread during webpack compilation. fixes #2785