Skip to content

259.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 16:45
00fa321

@metamask/transaction-controller 41.0.0

Added

  • BREAKING: Remove global network usage (#4920)
    • Add required networkClientId argument to handleMethodData method.

Changed

  • BREAKING: Remove global network usage (#4920)
    • Require networkClientId option in addTransaction method.
    • Require networkClientId property in TransactionMeta type.
    • Change wipeTransactions method arguments to optional object containing address and chainId properties.
    • Require networkClientId argument in estimateGas, estimateGasBuffered and getNonceLock methods.

Removed

  • BREAKING: Remove global network usage (#4920)
    • Remove the blockTracker, isMultichainEnabled, onNetworkStateChange and provider constructor options.
    • Remove filterToCurrentNetwork option from getTransactions method.

@metamask/user-operation-controller 20.0.0

Changed

  • BREAKING: Bump @metamask/transaction-controller peer dependency from ^40.1.0 to ^41.0.0 (#4982)