Skip to content

234.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 12:53
b1ed2fd

@metamask/signature-controller 21.0.0

Added

  • Add chainId and networkClientId to SignatureRequest and LegacyStateMessage types (#4797)
  • Add networkClientId to OriginalRequest type (#4797)

Changed

  • BREAKING: Make request argument required in newUnsignedPersonalMessage and newUnsignedTypedMessage methods (#4797)
  • Throw if no networkClientId in request or if chain ID cannot be determined (#4797)
  • Bump @metamask/approval-controller from ^7.1.0 to ^7.1.1 (#4862)
  • Bump @metamask/controller-utils from ^11.4.0 to ^11.4.1 (#4862)
  • Bump @metamask/base-controller from 7.0.1 to ^7.0.2 (#4862)
  • Bump @metamask/utils from ^9.1.0 to ^10.0.0 (#4831)
  • Bump @metamask/controller-utils from ^11.3.0 to ^11.4.0 (#4834)

Removed

  • Remove getCurrentChainId and getAllState callbacks from constructor options (#4797)

@metamask/transaction-controller 38.1.0

Added

  • Automatically re-simulate transactions based on security criteria (#4792)
    • If the security provider marks the transaction as malicious.
    • If the simulated native balance change does not match the value.
    • Set new isUpdatedAfterSecurityCheck property to true if the subsequent simulation response has changed.

Changed

  • Bump @metamask/eth-json-rpc-provider from ^4.1.5 to ^4.1.6 (#4862)
  • Bump @metamask/approval-controller from ^7.1.0 to ^7.1.1 (#4862)
  • Bump @metamask/controller-utils from ^11.4.0 to ^11.4.1 (#4862)
  • Bump @metamask/base-controller from 7.0.1 to ^7.0.2 (#4862)