Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 11:04
· 353 commits to release since this release
f0b7071

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)