Skip to content

Releases: algorand/js-algorand-sdk

v1.14.0-beta.1

15 Feb 22:14
97021ab
Compare
Choose a tag to compare
v1.14.0-beta.1 Pre-release
Pre-release

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)

v1.13.1

26 Jan 16:54
fb0d633
Compare
Choose a tag to compare

Added:

  • Add app creator to dryrun request (#499)

Changed:

  • Adding note to use bigint (#501)

Fixed:

  • Fix JSON decoding (#502)

v1.13.0

13 Jan 19:42
Compare
Choose a tag to compare

Added:

  • Create dryrun (#478)
  • Support ABI reference types and other improvements (#482)
  • Improve HTTP error messages (#485)
  • Enabling a custom client for Algod and Indexer (#477)
  • Export sdk subclasses to typedoc (#479)
  • ABI Support for JS library (#454)
  • ABI interaction support (#466)
  • Wait for confirmation function (#469)
  • Add freezeAccount encoding in display method (#460)
  • Regenerate code from specification file (#456)

Changed:

  • Document Indexer methods (#491)
  • Document Algodv2 methods (#486)
  • Update chromedriver (#492)

Fixed:

  • Fix wait for confirmation function (#480)
  • Fix type for foreignAssets (#472)

v1.13.0-beta.2

28 Dec 23:09
Compare
Choose a tag to compare
v1.13.0-beta.2 Pre-release
Pre-release

Added

  • Support ABI reference types and other improvements (#482)
  • Improve HTTP error messages (#485)
  • Enabling a custom client for Algod and Indexer (#477)
  • Export sdk subclasses to typedoc (#479)

Fixed

  • Fix wait for confirmation function (#480)

v1.13.0-beta.1

23 Nov 22:49
4c4f459
Compare
Choose a tag to compare
v1.13.0-beta.1 Pre-release
Pre-release

Added

  • ABI Support for JS library (#454)
  • ABI interaction support (#466)
  • Wait for confirmation function (#469)
  • Add freezeAccount encoding in display method (#460)
  • Regenerate code from specification file (#456)

Fixed

  • Fix type for foreignAssets (#472)

v1.12.0

04 Oct 19:32
Compare
Choose a tag to compare

Added

  • Support AVM 1.0
  • Support deserializing nonparticipating and offline keyreg
  • Support deserializing nonparticipating transaction

Fixed

  • Key registration transaction with nonParticipation=true

v1.11.1

20 Aug 17:42
Compare
Choose a tag to compare

Fixed

  • Properly decode transaction extra pages field (#419)

v1.11.0

04 Aug 13:09
Compare
Choose a tag to compare

Added

  • Signing support for rekeying to LogicSig/MultiSig account

v1.10.1

21 Jul 17:17
d009e8b
Compare
Choose a tag to compare

Added

  • Add missing fields msig and lsig to EncodedSignedTransaction type
  • Add the missing type SignedTransaction, which helped fix the any return value for Transaction.from_obj_for_encoding
  • More internal types are now exported
  • Support the new base64 asset fields in algod models
  • Add ability to install the package from a git URL with npm

Fixed

  • Remove BigInt literals from package
  • Support encoding transactions with a first round of zero
  • Fix msgpack encoding of dryrun objects

v1.10.0

24 Jun 00:05
eb0c7a6
Compare
Choose a tag to compare

Added

  • Support for dynamic opcode accounting, backward jumps, loops, callsub, retsub
  • Ability to pool fees
  • Ability to pay for extra pages

Changed

  • Add link to docs in readme
  • Update examples on getting suggestedParams
  • Grammatical fixes

Fixed

  • Fix asset creation transaction types that should be optional
  • Remove synthetic default imports
  • Use DryrunRequest instead of DryrunSource in constructor