Skip to content

692.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Nov 11:22
9688009

@metamask/transaction-pay-controller 10.1.0

Added

  • Use new feature flags to configure gas limit fallback for Relay quotes (#7229)
    • Use gas fee properties from Relay quotes.

Changed

  • Move peer dependencies for controller and service packages to direct dependencies (#7209, #7220)
    • The dependencies moved are:
      • @metamask/assets-controllers (^91.0.0)
      • @metamask/bridge-controller (^63.0.0)
      • @metamask/bridge-status-controller (^63.0.0)
      • @metamask/gas-fee-controller (^26.0.0)
      • @metamask/network-controller (^26.0.0)
      • @metamask/remote-feature-flag-controller (^2.0.1)
      • @metamask/transaction-controller (^62.2.0)
    • In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
      • For example, this scenario would be valid: a client relies on @metamask/controller-a 1.0.0 and @metamask/controller-b 1.0.0, and @metamask/controller-b depends on @metamask/controller-a 1.1.0.
    • Note, however, that the versions specified in the client's package.json always "win", and you are expected to keep them up to date so as not to break controller and service intercommunication.