Skip to content

Latest commit

 

History

History
134 lines (82 loc) · 8.68 KB

File metadata and controls

134 lines (82 loc) · 8.68 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/transaction-controller from ^65.4.0 to ^66.0.0 (#8848)

Changed

Changed

  • Bump @metamask/transaction-controller from ^63.3.1 to ^64.0.0 (#8359)

Changed

  • Bump @metamask/messenger from ^0.3.0 to ^1.0.0 (#8317)
  • Bump @metamask/transaction-controller from ^63.0.0 to ^63.3.1 (#8272, #8301, #8313, #8317)

Changed

Added

  • Pass requiredAssets from wallet_sendCalls to addTransaction and addTransactionBatch (#7819)
  • Bump @metamask/transaction-controller from 62.16.0 to 62.17.0 (#7897)

Changed

  • Bump @metamask/transaction-controller from ^62.7.0 to ^62.19.0 (#7596, #7602, #7604, #7642, #7737, #7760, #7775, #7802, #7832, #7854, #7872, #7996, #8005, #8031)
  • Bump @metamask/utils from ^11.8.1 to ^11.9.0 (#7511)
  • BREAKING: Replace getAccounts hook with getPermittedAccountsForOrigin in walletSendCalls, walletGetCapabilities, and ProcessSendCallsHooks (#7816)
    • Consumers must rename the getAccounts hook to getPermittedAccountsForOrigin and update its signature from (req: JsonRpcRequest) => Promise<string[]> to () => Promise<string[]>. The req parameter passed to walletSendCalls and walletGetCapabilities must now include an origin property.

Added

  • Id of JSON RPC request is passed to functions to create batched transaction, id is thus added to transaction meta (#7415)

Changed

Changed

  • BREAKING: Update EIP5792Messenger type to use new Messenger from @metamask/messenger (#6958)
    • Previously the Messenger type from @metamask/base-controller was used, and @metamask/base-controller was mistakenly not listed as a dependency.
    • The package @metamask/messenger has been added as a dependency
  • Bump @metamask/transaction-controller from ^60.10.0 to ^61.0.0 (#6962)

Changed

  • Bump @metamask/transaction-controller from ^60.7.0 to ^60.10.0 (#6883, #6888, #6940)

Changed

  • Bump @metamask/transaction-controller from ^60.6.1 to ^60.7.0 (#6841)

Changed

  • Bump @metamask/transaction-controller from ^60.6.0 to ^60.6.1 (#6810)

Changed

  • Bump @metamask/utils from ^11.8.0 to ^11.8.1 (#6708)
  • Bump @metamask/transaction-controller from ^60.4.0 to ^60.6.0 (#6708, #6771)
  • Remove dependency @metamask/eth-json-rpc-middleware (#6714)

Changed

  • Add auxiliaryFunds + requiredAssets support defined under ERC-7682 (#6623)
  • Bump @metamask/transaction-controller from ^60.2.0 to ^60.4.0 (#6561, #6641)
  • Bump @metamask/utils from ^11.4.2 to ^11.8.0 (#6588)

Added

  • Add and export EIP-5792 RPC method handler middlewares and utility types (#6477)

Added

  • Initial release (#6458)