Releases: CareBoo/unity-algorand-sdk
Releases · CareBoo/unity-algorand-sdk
v2.3.0-pre.1
2.3.0-pre.1 (2022-03-24)
Features
v2.2.0
2.2.0 (2022-03-23)
Bug Fixes
- editor: fix Tooltip compilation issue in unity 2020.3 (6b71300)
Features
- account: add
IAccount,ISigner, andIAsyncSignerinterfaces (19f139d), closes #82 - account: add
MicroAlgoswrapper class (57a89e6) - accounts: add
MinBalanceto allow developers to estimate min balances (856c11a), closes #104 - application: add
AppIndextype (458392b) - asset: add
AssetIndextype (2c44d55) - teal: add conversion for supported types to
CompiledTeal(#112) (5a279d2), closes #105 - transaction: add ability to fully deserialize
BlockTransaction(f32da2f), closes #108 - transaction: refactor signed transaction to use
[AlgoApiObject](8ff034d), closes #113 #114
v2.2.0-pre.4
2.2.0-pre.4 (2022-03-22)
Features
v2.2.0-pre.3
2.2.0-pre.3 (2022-03-21)
Bug Fixes
- editor: fix Tooltip compilation issue in unity 2020.3 (6b71300)
Features
- account: add
MicroAlgoswrapper class (57a89e6) - application: add
AppIndextype (458392b) - asset: add
AssetIndextype (2c44d55) - transaction: add ability to fully deserialize
BlockTransaction(f32da2f), closes #108 - transaction: refactor signed transaction to use
[AlgoApiObject](8ff034d), closes #113 #114
v2.2.0-pre.2
2.2.0-pre.2 (2022-03-20)
Features
v2.2.0-pre.1
2.2.0-pre.1 (2022-03-20)
Features
v2.1.1
2.1.1 (2022-03-20)
Bug Fixes
- appcalltxn: fix AppArguments not in correct format (7845c79), closes #96
- block: fix
BlockTransactionfield names (ead4f5d) - formatters: fix
EvalDeltanot deserializing from msgpack properly (827e6d1), closes #107 - walletconnect: fix issue where WalletTransaction.New requires unnecessary type constraints (09ce3f4)