Skip to content

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 06:59
· 362 commits to main since this release

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