Releases: CareBoo/unity-algorand-sdk
Releases · CareBoo/unity-algorand-sdk
v4.0.0-pre.11
4.0.0-pre.11 (2022-12-10)
Code Refactoring
- dotnet: move all dotnet conversions to
Algorand.Unity.Net(b0f7124)
Features
- dotnet: update
Algorand.dllto 1.0.0.14 (13cf117)
BREAKING CHANGES
- dotnet: Removed all explicit/implicit operators to convert Algorand.Unity types to Algorand
types. All conversions now can be done withToUnityandToDotnetextension methods by
referencing theAlgorand.Unity.Netassembly.
v4.0.0-pre.10
4.0.0-pre.10 (2022-12-10)
Bug Fixes
v4.0.0-pre.9
v4.0.0-pre.8
4.0.0-pre.8 (2022-11-26)
Bug Fixes
- algod: fix
WaitForConfirmationnot respectingcancellationToken(d0b76cd)
v4.0.0-pre.7
4.0.0-pre.7 (2022-11-26)
Code Refactoring
BREAKING CHANGES
- sodium: Unity 2020.3 is no longer supported
v4.0.0-pre.6
4.0.0-pre.6 (2022-11-25)
Features
- dotnet: add conversion from
Algorand.Crypto.KeyPairtoAlgorand.Unity.PrivateKey(cfa72ff)
v4.0.0-pre.5
4.0.0-pre.5 (2022-11-25)
Features
- dotnet: add conversion from
Algorand.Unity.AccounttoAlgorand.Algod.Model.Account(9691d0e)
v4.0.0-pre.4
4.0.0-pre.4 (2022-11-25)
Features
v4.0.0-pre.3
4.0.0-pre.3 (2022-11-23)
Code Refactoring
BREAKING CHANGES
- All
AlgoSdknamespaces are now renamed toAlgorand.Unity. A simple find and
replace should fix it.
v4.0.0-pre.2
4.0.0-pre.2 (2022-11-20)
Code Refactoring
- account: remove obsolete signing methods (304ba87)
BREAKING CHANGES
- account: Obsolete methods in
Accountclass relating to signing have been removed.