Releases
v72.0.0
@metamask/snaps-cli 6.4.0
Changed
Format Snap manifests with Prettier (#2787 )
@metamask/snaps-controllers 9.11.0
Changed
Allow updating interface context (#2809 )
snap_updateInterface
now accepts a context
parameter to update the
context of an interface.
Removed
Remove AccountSelector
component (#2794 )
This is technically a breaking change, but the AccountSelector
component was never actually implemented, so it
should not affect any existing code.
@metamask/snaps-execution-environments 6.9.1
Removed
Remove eth_sign
(#2772 )
This method was removed from the MetaMask extension, so any references to it
in Snaps can be removed.
@metamask/snaps-rpc-methods 11.4.0
Added
Add snap_experimentalProviderRequest
JSON-RPC method (#2773 )
This method is experimental and will likely be removed in a future release.
Changed
Allow updating interface context (#2809 )
snap_updateInterface
now accepts a context
parameter to update the
context of an interface.
Fixed
Use BigInt
to parse chain IDs (#2781 )
@metamask/snaps-sdk 6.8.0
Added
Add snap_experimentalProviderRequest
JSON-RPC method (#2773 )
This method is experimental and will likely be removed in a future release.
Changed
Allow updating interface context (#2809 )
snap_updateInterface
now accepts a context
parameter to update the
context of an interface.
Remove eth_sign
(#2772 )
This method was removed from the MetaMask extension, so any references to it
in Snaps can be removed.
Removed
Remove AccountSelector
component (#2794 )
This is technically a breaking change, but the AccountSelector
component was never actually implemented, so it
should not affect any existing code.
@metamask/snaps-simulation 1.1.1
Removed
Remove eth_sign
(#2772 )
This method was removed from the MetaMask extension, so any references to it
in Snaps can be removed.
Fixed
Add missing dependency on @metamask/snaps-execution-environments
(#2791 )
@metamask/snaps-utils 8.4.0
Added
Add isSnapId
utility function (#2808 )
You can’t perform that action at this time.