Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.26 KB

File metadata and controls

35 lines (23 loc) · 2.26 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.

Changed

  • Bump @metamask/utils from ^11.9.0 to ^11.11.0 (#9074)
  • Bump @metamask/controller-utils from ^12.0.0 to ^12.3.0 (#8774, #9058, #9083, #9218)

Changed

Added

  • Initial release of @metamask/eip-7702-internal-rpc-middleware (#6911)
  • wallet_upgradeAccount JSON-RPC method for upgrading EOA accounts to smart accounts using EIP-7702 (#6789)
  • wallet_getAccountUpgradeStatus JSON-RPC method for checking account upgrade status (#6789)
  • Hook-based architecture with upgradeAccount and getAccountUpgradeStatus hooks (#6789)
  • Comprehensive TypeScript type definitions (#6789)
  • Documentation and examples (#6789)