Skip to content

Unity AppKit v1.2.0

Compare
Choose a tag to compare
@skibitsky skibitsky released this 23 Dec 14:58
· 9 commits to main since this release
3eb458d

New

  • Raw message signing
byte[] messageBytes = System.Text.Encoding.UTF8.GetBytes("reown");
string signature = await AppKit.Evm.SignMessageAsync(messageBytes);

Changed

  • Remove dependency on Microsoft.IdentityModel.Tokens
  • Improved WebSockets stability
  • Refactor struct SessionStruct to class Session
  • Don’t invoke AppKit.ChainChanged event when the new chain is null

Fixed

  • WalletConnect URI encoding and expiration in the Web Wallet view
  • wallet_addEthereumChain submitting incorrect RPC URL on WebGL
  • Broken RPC requests against the chains not supported by Reown Blockchain API

Full Changelog: com.reown.appkit.unity/1.1.2...com.reown.appkit.unity/1.2.0