Skip to content

Releases: CareBoo/unity-algorand-sdk

v3.0.0-pre.5

05 Jun 23:48
Compare
Choose a tag to compare
v3.0.0-pre.5 Pre-release
Pre-release

3.0.0-pre.5 (2022-06-05)

Features

  • walletconnect: add wallet connect support to UnityEditor (#143) (60c13af)

BREAKING CHANGES

  • walletconnect: AlgorandWalletConnectSession flow has been changed to reflect new JsonRpcClient.
  • StartConnection renamed to Connect
  • Disconnect renamed to DisconnectWallet
  • WaitForConnectionApproval renamed to WaitForWalletApproval
  • SavedSession renamed to SessionData

v3.0.0-pre.4

02 Jun 04:43
Compare
Choose a tag to compare
v3.0.0-pre.4 Pre-release
Pre-release

3.0.0-pre.4 (2022-06-02)

Features

  • abi: add abitype inspectors (a48d710)

v3.0.0-pre.3

28 May 22:29
Compare
Choose a tag to compare
v3.0.0-pre.3 Pre-release
Pre-release

3.0.0-pre.3 (2022-05-28)

Features

v3.0.0-pre.2

12 Apr 04:21
Compare
Choose a tag to compare
v3.0.0-pre.2 Pre-release
Pre-release

3.0.0-pre.2 (2022-04-12)

Features

BREAKING CHANGES

  • signer: Remove ISigner interfaces from AlgoSdk.Account and completely change the signer
    API.

v3.0.0-pre.1

03 Apr 01:41
Compare
Choose a tag to compare
v3.0.0-pre.1 Pre-release
Pre-release

3.0.0-pre.1 (2022-04-03)

Features

  • algoapi: create separate types for REST APIs and SDK (#129) (0a97a11), closes #120

BREAKING CHANGES

  • algoapi: All APIs and return types from AlgodClient, IndexerClient, and KmdClient have changed. Additional breaking changes:
  • MinBalance(AccountInfo) constructor has changed to take an AlgoSdk.Algod.Account value instead.
  • Remove PrivateKey.SignTransaction
  • Rename AppEvalDelta -> EvalDelta
  • Rename AppStateDelta -> StateDelta
  • Rename EvalDelta -> ValueDelta
  • Rename EvalDeltaKeyValue -> ValueDeltaKeyValue
  • Remove readonly fields from all Transaction types.
  • Rename Multisig -> MultisigSig

v2.3.0

28 Mar 14:42
Compare
Choose a tag to compare

2.3.0 (2022-03-28)

Features

  • account: add fields for total assets/accounts opted-in/created (3ea7882)
  • errors: serializer read errors now print the full message they're deserializing (b67db2a)
  • formatter: add isStrict to AlgoApiObjectFormatter (d8467c6)
  • indexer: add new IIndexerResponse<T> and IPaginatedIndexerResponse<T> interfaces (3b3abda)
  • transaction: add Indexer TransactionApplication model (99f63fa)
  • transactiongroup: add generic methods for constructing TransactionGroup (5e4b6aa), closes #126

v2.3.0-pre.4

25 Mar 23:51
Compare
Choose a tag to compare
v2.3.0-pre.4 Pre-release
Pre-release

2.3.0-pre.4 (2022-03-25)

Features

  • account: add fields for total assets/accounts opted-in/created (3ea7882)

v2.3.0-pre.3

25 Mar 22:41
Compare
Choose a tag to compare
v2.3.0-pre.3 Pre-release
Pre-release

2.3.0-pre.3 (2022-03-25)

Features

  • errors: serializer read errors now print the full message they're deserializing (b67db2a)
  • formatter: add isStrict to AlgoApiObjectFormatter (d8467c6)

v2.3.0-pre.2

25 Mar 18:25
Compare
Choose a tag to compare
v2.3.0-pre.2 Pre-release
Pre-release

2.3.0-pre.2 (2022-03-25)

Features

  • transactiongroup: add generic methods for constructing TransactionGroup (5e4b6aa), closes #126

v2.3.0-pre.1

24 Mar 17:43
Compare
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)