Skip to content

UNITON CONNECT 0.2.9.5

Compare
Choose a tag to compare
@MrVeit MrVeit released this 14 Nov 20:44
· 243 commits to main since this release
607cd78

NEW FEATURES:

  • Added native connection implementation to the Ton Connect UI of the latest version,
  • Added IsInitialized flag to track sdk state when automatic initialization is enabled,
  • Added delay option to adjust the time between requests to the blockchain to confirm transactions,
  • Added option to validate the hash of a received transaction on the blockchain,
  • Added backwards compatibility sdk for smooth transition between old and new versions,
  • Added extension methods for the 'decimal' data type that can be used to simultaneously call the ToNanoton() and FromNanoton().

BUG FIXES:

  • Fixed a critical bug when generating an application config at build time where a link could be missing a required slash, which could result in the inability to load an image or the entire config,
  • Fixed a rare bug that would cause the only existing sdk instance in a scene to be destroyed if accessed before it was automatically initialized in Awake (if active).