snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
Fix typos in checksum.test.ts. `checkumFiles` => `checksumFiles`
Fix typos in base64.ts. `coercable` => `coercible`
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 8.3.0 to 8.4.0. Release notes Sourced from @metamask/utils's releases. 8.4.0 Added Add toCaipChainId utility function (#175) Add KnownCaipNamespace enum (#175) Changed Update docs for createDeferredPromise to caution...
Add wrapper for each method in the Snaps JSON-RPC API, making it easier to use without the terse JSON-RPC request syntax.
Consider writing a SIP for Lifecycle Hooks that provides this information Could also pass some relevant info to onUpdate, like which version the user is upgrading from
Add wrapper functions to the SDK for most of the RPC methods supported by `snap.request`. Fixes https://github.com/MetaMask/snaps/issues/2338
Some superstruct struct errors are not very understandable, especially when the struc is an union.
Hi, I am building a snap, but encountered a problem after `yarn build` ``` (node:90980) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node...
Sometimes Snap builders have an update to their Snap which is not backward compatible to the previous versions, either in the Snap code or the Snap dependencies code. When an...
Example: endowment:rpc is one permission with two booleans but is displayed as two separate permissions in the install modal. This could be displayed as a single permission with clearly stated...