Skip to content

151.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 13:23
e3929c9

@metamask/network-controller 18.1.1

Added

  • Export BuiltInNetworkClientId and CustomNetworkClientId (#4247)

Changed

  • Bump @metamask/eth-json-rpc-provider to ^3.0.2 (#4234)
  • Bump @metamask/json-rpc-engine to ^8.0.2 (#4234)
  • Bump @metamask/base-controller to ^5.0.2 (#4232)
  • Bump @metamask/controller-utils to ^9.1.0 (#4153)

@metamask/transaction-controller 29.0.1

Changed

  • Bump @metamask/gas-fee-controller to ^15.1.2 (#4275)

Fixed

  • approveTransaction was throwing away the raw signed transaction that signTransaction was adding to the metadata.
    This was causing some transaction with low gas to appear as "failed" when in fact they were still pending. (#4255)