Releases: MrVeit/Veittech-UnitonConnect
Releases · MrVeit/Veittech-UnitonConnect
UNITON CONNECT 0.5.7
CORE UPDATE:
- Updated the native library
@tonconnect/uito version 2.3.1.
OTHER UPDATES
- Added conversion of addresses for smart contracts
jetton masterandNFT itemto theBounceableformat, - Replaced the logic for converting addresses before sending from
HEX/RAWformat toBounceable.
BUG FIXES:
- Fixed a bug related to the impossibility of sending any
TON/Jetton/NFTtransaction due to the updatedTon Connectprotocol in wallets. - Fixed a bug related to the impossibility of parsing the status of
TON/Jetton/NFTtransactions inreal timedue to updated smart contracts.
UNITON CONNECT 0.5.5
CORE UPDATE:
- Updated the native library
@tonconnect/uito version 2.3.0.
NEW FEATURES:
- Added function
UnitonConnectSDK.Instance.SignData(SignMessageData message)to sign a message inside a connected wallet, - Added function
UnitonConnectSDK.Instance.Modal.LoadStatus()to load the current status of the SDK modal window.
OTHER UPDATES
- Decreased the base delay for repeated requests
to 10 secondsto obtain the transaction status in the blockchain.
IMPORTANT:
Update Uniton Connect Server API to the latest version on your server to use this update!
UNITON CONNECT 0.5.1
NEW FEATURES:
- Added support for version
Unity 6.1 and higherfor working with the native APITon Connect UI.
UNITON CONNECT 0.5.0
CORE UPDATE:
- Completed transition to native libraries from legacy TonSdk.NET to reduce sdk weight in project builds.
NEW FEATURES:
- Added function to
load the balance of a particular jettonfrom the master address or from the list of classic ones (GRAM, NOT, DOGS, USDT, AQUAUSD, jUSDT, jUSDC), - Added function to
load last jetton transactionsby sent/received type with adjustable number, - Added function to
load the jetton wallet addressfrom the master address of the target token, - Added function to
send jettons of all typeswith and without comments, - Added function to
send NFT itemsfrom existing collections on the wallet, - Added processing of
NFT transaction bodyafter successful sending, - Added processing of
jetton transaction bodyafter successful sending, - Added
automatic delay settingof 15 seconds to load real-time transaction data if a value was not specified, - Added
IsUserFriendly,IsBounceable,IsTestOnlyflags to check the current address for the required type,
OTHER UPDATES
- Removed
temporary eventsafter switching tonative versionof Ton Connect SDK, - Removed the
ClassicTokenTypes enumerationas an argument to theLoadBalance()andSendTransaction()methods, - Moved the function to shorten the
WalletVisualUtils.ProccessWalletAddress()address for a connected wallet toUnitonConnectSDK.Instance.Wallet.ToShort().
IMPORTANT:
Update Uniton Connect Server API to the latest version on your server to use this update!
UNITON CONNECT 0.5.0-preview
NEW FEATURES:
- Added function for
sending NFT itemsfrom existed collections on the wallet, - Added function for
sending jettons of all typeswith a comment, - Added processing of
NFT transaction bodyafter successful sending, - Added processing of
jetton transaction bodyafter successful dispatch,
OTHER UPDATES
- Removed temporary events after switching to
native versionof Ton Connect SDK.
IMPORTANT:
Update Uniton Connect Server API to the latest version on your server to use this update!
UNITON CONNECT 0.4.0-beta
NEW FEATURES:
- Added
IsUserFriendly,IsBounceable,IsTestOnlyflags to check the current address for the required type, - Added implementation of conversion of addresses to different types based on
Ton Weblibrary, - Added conversion of values to Nanoton and reverse on classical digit counting.
OTHER UPDATES
- Completely cut out the remaining .dll libraries associated with the
TonSdk.NET legacylibrary.
IMPORTANT:
Update Uniton Connect Server API to the latest version on your server to use this update!
UNITON CONNECT 0.3.0-beta
CORE UPDATE:
- [Client] Completely removed the old implementation of Ton Connect via a .NET based library,
- [Server] Added implementation for generating payload for jetton transactions.
NEW FEATURES:
- Added function to
load the balance of a particular jettonfrom the master address or from the list of classic ones (GRAM, NOT, DOGS, USDT), - Added function to
load last jetton transactionsby sent/received type with adjustable number, - Added function to
load the jetton wallet addressfrom the master address of the target token, - Added function to
send jetton transactionsby master address (currentlyonly USDT sending is supported, wait for next updates).
OTHER UPDATES
- Removed enumeration of
ClassicTokenTypesas an argument toLoadBalance()andSendTransaction()methods due to uselessness, - Moved the function to shorten the
WalletVisualUtils.ProccessWalletAddress()address for a connected wallet toUnitonConnectSDK.Instance.Wallet.ToShort().
IMPORTANT:
Update Uniton Connect Server API to the latest version on your server to use this update!
UNITON CONNECT 0.2.9.7
NEW FEATURES:
- Added support for Unity 2023 and higher (native SDK only),
- Added a flag
Versionto SDK settings that can be used to switch library versions for correct initialization.
BUG FIXES:
- Fixed a
ReferenceError: allocate is not definedbug related to a missing function in JavaScript that was removed, after an update to theEmscripten SDKstarting with Unity 2023 and above.
UNITON CONNECT 0.2.9.6
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 Bounceableformat on successful connection (previouslyHEX/RAWformat was parsed from native sdk and assigned inUnitonConnectSDK.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.
UNITON CONNECT 0.2.9.5
NEW FEATURES:
- Added native connection implementation to the
Ton Connect UIof the latest version, - Added
IsInitializedflag 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()andFromNanoton().
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).