Skip to content

Releases: algorandfoundation/algokit-utils-ts

v6.0.4-beta.2

22 May 03:43
e9682db
Compare
Choose a tag to compare
v6.0.4-beta.2 Pre-release
Pre-release

6.0.4-beta.2 (2024-05-22)

Bug Fixes

  • patch to propagate upon algokit 2.0.6 release (removal of ConsensusProtocol setting from network config) (292717c)

v6.0.4-beta.1

22 May 00:03
debfb34
Compare
Choose a tag to compare
v6.0.4-beta.1 Pre-release
Pre-release

6.0.4-beta.1 (2024-05-22)

Bug Fixes

v6.0.3

21 May 11:01
8ae3005
Compare
Choose a tag to compare

6.0.3 (2024-05-21)

Bug Fixes

v6.0.3-beta.2

21 May 10:47
383ebaa
Compare
Choose a tag to compare
v6.0.3-beta.2 Pre-release
Pre-release

6.0.3-beta.2 (2024-05-21)

Bug Fixes

v6.0.3-beta.1

20 May 09:15
2b76e83
Compare
Choose a tag to compare
v6.0.3-beta.1 Pre-release
Pre-release

6.0.3-beta.1 (2024-05-20)

Bug Fixes

v6.0.2

20 Apr 13:56
dde51c7
Compare
Choose a tag to compare

6.0.2 (2024-04-20)

Bug Fixes

  • Resolving incorrect lack of return in some methods within AccountManager (cc49c24)

v6.0.2-beta.1

20 Apr 13:33
Compare
Choose a tag to compare
v6.0.2-beta.1 Pre-release
Pre-release

6.0.2-beta.1 (2024-04-20)

Bug Fixes

  • Resolving incorrect lack of return in some methods within AccountManager (cc49c24)

v6.0.1

20 Apr 09:41
e9b4d8c
Compare
Choose a tag to compare

6.0.1 (2024-04-20)

Bug Fixes

  • Resolving problem with lookupAssetHoldings not applying falsy options (b765d3c)

v6.0.1-beta.1

20 Apr 09:35
Compare
Choose a tag to compare
v6.0.1-beta.1 Pre-release
Pre-release

6.0.1-beta.1 (2024-04-20)

Bug Fixes

  • Resolving problem with lookupAssetHoldings not applying falsy options (b765d3c)

v6.0.0

20 Apr 04:06
04b6dc0
Compare
Choose a tag to compare

6.0.0 (2024-04-20)

⚠ BREAKING CHANGES

  • Indexer's from algokit.getAlgoIndexerClient(...) now have IntDecoding.MIXED rather than IntDecoding.DEFAULT
    so that numbers > 53-bit will be accurately represented, you can override this with a new parameter to that function.

Also, a number of fields in types/indexer that can have 64-bit values have been changed from number to number | bigint.

Features

Bug Fixes

  • Ensuring fee control works for assets (17cf60f)
  • Updating asset-transfer-transaction.amount and .closeAmount to allow bigint values since they can be 64-bit numbers (0ec9979)