snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
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...
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...
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