Skip to content

v4.3.3

Latest
Compare
Choose a tag to compare
@IsaccoSordo IsaccoSordo released this 23 Jan 17:06
b7f3771

4.3.3 (2025-01-23)

  • Mitigated the M_USER_DEACTIVATED error received from the Matrix network. [1]
  • The keyPair property in CommunicationClient is no longer read-only.
  • WalletClient._connect now accepts an optional number of retries for connecting to a node (defaults to 3).
  • The minimum required version of Node.js is now 18.

Developer Notes

[1] When the M_USER_DEACTIVATED error is received, the secret seed will be overridden with a new one, and a new key pair will be generated.
Additional updates:

  • DAppClient: The dApp automatically disconnects from the wallet and displays an alert with the error message: “Your session has expired. Please pair with your wallet again.”
  • WalletClient: The wallet will attempt to login again using the new key pair generated from the new seed.

What's Changed

Full Changelog: v4.3.2...v4.3.3