Skip to content

Releases: algorand/js-algorand-sdk

v1.20.0-beta.1

30 Aug 20:46
a539359
Compare
Choose a tag to compare
v1.20.0-beta.1 Pre-release
Pre-release

What's Changed

Bugfixes

  • Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in #630

Enhancements

New Contributors

Full Changelog: v1.19.1...v1.20.0-beta.1

v1.19.1

22 Aug 15:26
Compare
Choose a tag to compare

What's Changed

Enhancements

  • API: Support attaching signatures to standard and multisig transactions by @jdtzmn in #595
  • AVM: Consolidate TEAL and AVM versions by @michaeldiamant in #609
  • Testing: Use Dev mode network for cucumber tests by @algochoi in #614

Full Changelog: v1.19.0...v1.19.1

v1.19.0

21 Jul 15:53
0d7608a
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features

Enhancements

Full Changelog: v1.18.1...v1.19.0

v1.18.1

05 Jul 18:13
2b36126
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.0...v1.18.1

v1.18.0

22 Jun 14:43
b31187f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.18.0

v1.17.0

02 Jun 21:02
cfd5b88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.17.0

v1.16.0

02 May 18:09
4d83ddb
Compare
Choose a tag to compare

v1.16.0

Added

  • Dryrun stack printer
  • Document more Indexer methods

Fixed

  • Corrected type of KMD keys
  • Include foreign app addr in dryrun requests

v1.15.0

23 Mar 19:45
cf746ef
Compare
Choose a tag to compare

Added

  • Support unlimited assets REST API changes. (#527)

Fixed

  • Fix app creation createDryrun error (#539)
  • Fix cucumber tests for asset lookup step (#540)
  • Fix searchForApplications filter by creator parameter type. (#546)

v1.15.0-beta.1

18 Mar 13:51
e12ca07
Compare
Choose a tag to compare
v1.15.0-beta.1 Pre-release
Pre-release

Added

  • Support unlimited assets REST API changes. (#527)

Fixed

  • Fix app creation createDryrun error (#539)
  • Fix cucumber tests for asset lookup step (#540)

v1.14.0

07 Mar 23:45
159b564
Compare
Choose a tag to compare

Added

  • Add stateproof keyreg field (#463)

Changed

  • Implement C2C tests (#498)
  • Moving from travis to circleci (#507)
  • Add installation instructions for vite users (#512)
  • Update langspec for TEAL 6 (#518)
  • Docs for lookupAssetByID and lookupAccountTransactions (#516)
  • Make FromObject parameter IntelliSense human readable (#528)
  • Bump url-parse from 1.5.1 to 1.5.8 (#529)

Fixed

  • Use HTTP request format arg to determine response type (#532)
  • Update chromedriver (#535)