Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

79 lines (47 loc) · 2.79 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add snap_getInterfaceContext JSON-RPC method (#2902)

Added

  • Add interface persistence (#2856)

Added

  • Add function to test onNameLookup (#2857)
  • Add function to test onInstall and onUpdate (#2849)

Changed

  • Bump MetaMask dependencies (#2853)

Added

  • Add support for button form property (#2830)
  • Add function to test onKeyringRequest (#2777)
    • The onKeyringRequest function can be used to test keyring requests.

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)

Changed

  • Move helper functions to simulation package (#2769)

Fixed

  • Fix invalid exports field (#2740)

Added

  • Initial release of @metamask/snaps-simulation package (#2727)