Skip to content

UNITON CONNECT 0.2.9.6

Latest
Compare
Choose a tag to compare
@MrVeit MrVeit released this 21 Nov 07:44
· 6 commits to main since this release
1be7bea

NEW FEATURES:

  • Added clearing of wallet data after disconnecting connection to it, in order not to receive data about the past wallet in response when accessing via UnitonConnectSDK.Instance.Wallet,
  • Added automatic setting of wallet address in Non Bounceable format on successful connection (previously HEX/RAW format was parsed from native sdk and assigned in UnitonConnectSDK.Instance.Wallet.ToString().

BUG FIXES:

  • Fixed a critical bug related to reconnecting to a previously connected wallet when the connection was successful but the data was not pulled into the sdk for use.

OTHER UPDATES:

  • Cleaned up scripts in the demo from past implementation of SDK methods.