Skip to content

Releases: CareBoo/unity-algorand-sdk

v2.3.0-pre.1

24 Mar 17:43

Choose a tag to compare

v2.3.0-pre.1 Pre-release
Pre-release

2.3.0-pre.1 (2022-03-24)

Features

  • indexer: add new IIndexerResponse<T> and IPaginatedIndexerResponse<T> interfaces (3b3abda)
  • transaction: add Indexer TransactionApplication model (99f63fa)

v2.2.0

23 Mar 06:59

Choose a tag to compare

2.2.0 (2022-03-23)

Bug Fixes

  • editor: fix Tooltip compilation issue in unity 2020.3 (6b71300)

Features

  • account: add IAccount, ISigner, and IAsyncSigner interfaces (19f139d), closes #82
  • account: add MicroAlgos wrapper class (57a89e6)
  • accounts: add MinBalance to allow developers to estimate min balances (856c11a), closes #104
  • application: add AppIndex type (458392b)
  • asset: add AssetIndex type (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

22 Mar 00:12

Choose a tag to compare

v2.2.0-pre.4 Pre-release
Pre-release

2.2.0-pre.4 (2022-03-22)

Features

  • account: add IAccount, ISigner, and IAsyncSigner interfaces (19f139d), closes #82

v2.2.0-pre.3

21 Mar 04:08

Choose a tag to compare

v2.2.0-pre.3 Pre-release
Pre-release

2.2.0-pre.3 (2022-03-21)

Bug Fixes

  • editor: fix Tooltip compilation issue in unity 2020.3 (6b71300)

Features

  • account: add MicroAlgos wrapper class (57a89e6)
  • application: add AppIndex type (458392b)
  • asset: add AssetIndex type (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

20 Mar 21:21

Choose a tag to compare

v2.2.0-pre.2 Pre-release
Pre-release

2.2.0-pre.2 (2022-03-20)

Features

  • teal: add conversion for supported types to CompiledTeal (#112) (5a279d2), closes #105

v2.2.0-pre.1

20 Mar 21:06

Choose a tag to compare

v2.2.0-pre.1 Pre-release
Pre-release

2.2.0-pre.1 (2022-03-20)

Features

  • accounts: add MinBalance to allow developers to estimate min balances (856c11a), closes #104

v2.1.1

20 Mar 18:56

Choose a tag to compare

2.1.1 (2022-03-20)

Bug Fixes

  • appcalltxn: fix AppArguments not in correct format (7845c79), closes #96
  • block: fix BlockTransaction field names (ead4f5d)
  • formatters: fix EvalDelta not deserializing from msgpack properly (827e6d1), closes #107
  • walletconnect: fix issue where WalletTransaction.New requires unnecessary type constraints (09ce3f4)

v2.1.1-pre.2

20 Mar 07:57

Choose a tag to compare

v2.1.1-pre.2 Pre-release
Pre-release

2.1.1-pre.2 (2022-03-20)

Bug Fixes

  • block: fix BlockTransaction field names (ead4f5d)
  • formatters: fix EvalDelta not deserializing from msgpack properly (827e6d1), closes #107

v2.1.1-pre.1

19 Mar 21:30

Choose a tag to compare

v2.1.1-pre.1 Pre-release
Pre-release

2.1.1-pre.1 (2022-03-19)

Bug Fixes

  • appcalltxn: fix AppArguments not in correct format (7845c79), closes #96
  • walletconnect: fix issue where WalletTransaction.New requires unnecessary type constraints (09ce3f4)

v2.1.0-pre.12

19 Mar 21:27

Choose a tag to compare

v2.1.0-pre.12 Pre-release
Pre-release

2.1.0-pre.12 (2022-03-19)

Bug Fixes

  • appcalltxn: fix AppArguments not in correct format (7845c79), closes #96
  • walletconnect: fix issue where WalletTransaction.New requires unnecessary type constraints (09ce3f4)