You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.