Skip to content

149.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 14:23
652733f

@metamask/transaction-controller 29.0.0

Added

  • Add estimateGasFee method (#4216)
    • Add TestGasFeeFlow that is activated by optional testGasFeeFlows constructor option.
    • Add related types:
      • FeeMarketGasFeeEstimateForLevel
      • FeeMarketGasFeeEstimates
      • GasFeeEstimates
      • GasFeeEstimateLevel
      • GasFeeEstimateType
      • GasPriceGasFeeEstimates
      • LegacyGasFeeEstimates

Changed

  • BREAKING: Update GasFeeEstimates type to support alternate estimate types (#4216)
  • Bump @metamask/base-controller to ^5.0.2 (#4232)
  • Bump @metamask/approval-controller to ^6.0.2 (#4234)
  • Bump @metamask/gas-fee-controller to ^15.1.1 (#4234)

Removed

  • BREAKING: Remove gasFeeControllerEstimateType property from mergeGasFeeEstimates function (#4216)

@metamask/user-operation-controller 10.0.0

Changed

  • BREAKING: Bump @metamask/transaction-controller peer dependency to ^29.0.0 (#4272)