Skip to content

Releases: algorandfoundation/algokit-utils-ts

v2.0.0-beta.1

08 May 11:12
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-05-08)

⚠ BREAKING CHANGES

  • app: Breaking changes to AppClientCallArgs and ABIAppCallArgs in the interest of simplicity
    affecting createApp, updateApp, deployApp and callApp as well as equivalent methods in ApplicationClient

Features

  • app: Type refactor for app call type to make it much simpler to use (d55d009)

Dependencies and Other Build Updates

  • Adding longer body commit length so dependabot doesn't break (382ac39)
  • Relaxing commitlint (fb5e2af)

v1.2.0-beta.2

08 May 05:25
8f634eb
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

1.2.0-beta.2 (2023-05-08)

Features

  • app: Stripping comments before compiling TEAL to avoid potential error from compile endpoint (8f634eb)

v1.2.0-beta.1

04 May 11:30
e57f1e3
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

1.2.0-beta.1 (2023-05-04)

Features

  • app-client: Refactoring types used by ApplicationClient to make them easier to extend (c2de69f)

v1.1.1

02 May 04:24
683ccd7
Compare
Choose a tag to compare

1.1.1 (2023-05-02)

Bug Fixes

  • calculate updatable and deletable template values correctly (eeec180)

v1.1.1-beta.1

01 May 13:25
a488307
Compare
Choose a tag to compare
v1.1.1-beta.1 Pre-release
Pre-release

1.1.1-beta.1 (2023-05-01)

Bug Fixes

  • calculate updatable and deletable template values correctly (eeec180)

v1.1.0

28 Apr 11:04
f0b7071
Compare
Choose a tag to compare

1.1.0 (2023-04-28)

Features

  • amount: Added ability to convert from a number to an AlgoAmount (terser syntax) (e6e1f5b)
  • App: Added support for account address in box references (0397f98)
  • app: Allowing unawaited transaction result as ABI method arg (afda7d3)
  • app: Incorporated ABI and ATC properly into create/update/call app (2339ed2)
  • application-client: Added ability to import and export source maps (3e69a48)
  • application-client: Added getBoxValue and getBoxValueAsABIType to application client (7b1143f)
  • application-client: Pre-emptive compilation so logic error stack trace shows on create/update (b4db5f1)
  • config: Added debug config (e2e7d71)
  • indexer-lookup: Added lookupAccountByAddress (2649aff)
  • transaction: Added ability to pass an atomic transaction composer in to any transaction (36334b1)
  • transaction: Added app call messages to traces (3f5b631)
  • transaction: Added automatic dryrun when debug is enabled and error occurs when sending atc (051aac3)
  • transaction: Adding dryrun traces to error to give more control (2606784)
  • transfer: make fundingSource optional in ensureFunded (310878f)

Bug Fixes

  • app: Add better typing information to getAppDeploymentTransactionNote (544725b)
  • app: Added full error message to LogicError so you don't miss important messages (89691ce)
  • app: Better log output when executing an ATC that only has 1 transaction (c478285)
  • application-client: Added simpler implementation for getABISignature and renamed to getABIMethodSignature (4533aa0)
  • application-client: Resolving error in use of sender for fundAppAccount (85f77c2)
  • deploy-app: getCreatorAppsByName now reliably returns the latest app (244457d)
  • testing: Ensuring snapshot isn't caught out by the bytes message with the app ID (7646904)

Dependencies and Other Build Updates

  • Ensuring release version propagates back to main (42f4426)
  • Resolving build warnings (0449d34)

v1.0.0-beta.41

28 Apr 10:54
Compare
Choose a tag to compare
v1.0.0-beta.41 Pre-release
Pre-release

1.0.0-beta.41 (2023-04-28)

v1.0.0-beta.40

28 Apr 10:42
af6c4df
Compare
Choose a tag to compare
v1.0.0-beta.40 Pre-release
Pre-release

1.0.0-beta.40 (2023-04-28)

Features

  • transfer: make fundingSource optional in ensureFunded (310878f)

v1.0.0-beta.39

23 Apr 06:41
314280d
Compare
Choose a tag to compare
v1.0.0-beta.39 Pre-release
Pre-release

1.0.0-beta.39 (2023-04-23)

Features

  • application-client: Added ability to import and export source maps (3e69a48)

v1.0.0-beta.38

17 Apr 17:34
Compare
Choose a tag to compare
v1.0.0-beta.38 Pre-release
Pre-release

1.0.0-beta.38 (2023-04-17)

Features

  • transaction: Added app call messages to traces (3f5b631)