Skip to content

Releases: algorand/js-algorand-sdk

v2.2.0

23 Mar 13:42
Compare
Choose a tag to compare

What's Changed

Bugfixes

Enhancements

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Jan 15:56
Compare
Choose a tag to compare

What's Changed

Enhancements

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

03 Jan 18:02
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Remove v1 algod API (client.algod) due to API end-of-life (2022-12-01). Instead, use v2 algod API (client.v2.algod.algod).
  • Remove cost field in DryrunTxnResult in favor of 2 fields: budget-added and budget-consumed. cost can be derived by budget-consumed - budget-added.
  • Remove logicsig templates (logicTemplates), logic/langspec.json, logic.logic depending on langspec.json.
  • Regenerate algod models so every constructor requires an object to be passed in. Previously, only constructors with more than 4 argument specified this.
  • Remove unused generated types: CatchpointAbortResponse, CatchpointStartResponse.
  • Remove following methods in favor of the methods with WithSuggestedParams suffix:
    • makePaymentTxn, makeKeyRegistrationTxn, makeAssetCreateTxn, makeAssetConfigTxn, makeAssetDestroyTxn, makeAssetFreezeTxn, makeAssetTransferTxn.
  • Remove makeLogicSig in favor of either using LogicSigAccount (preferred) or directly invoking LogicSig constructor.
  • Remove EncodedMultisigBlob in favor of EncodedSignedTransaction.

Full Changelog: v1.24.1...v2.0.0

v1.24.1

15 Dec 19:17
db8a746
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Packaging: Improve source map and browser usage for external bundlers by @jasonpaulos in #707

Full Changelog: v1.24.0...v1.24.1

v1.24.0

05 Dec 19:28
607515e
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Bug-Fix: encode ABI string with non-ASCII characters by @ahangsu in #700

Enhancements

New Contributors

Full Changelog: v1.23.2...v1.24.0

v1.23.2

10 Nov 18:29
c8d1d0a
Compare
Choose a tag to compare

What's Changed

Bugfixes

Full Changelog: v1.23.1...v1.23.2

v1.23.1

03 Nov 14:43
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features

Enhancements

New Contributors

Full Changelog: v1.22.0...v1.23.1

v1.22.0

12 Oct 19:18
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Bug-Fix: Fix typo in documentation for searchAccounts currencyGreaterThan by @fionnachan in #572

Enhancements

  • REST API: Add algod block hash endpoint, add indexer block header-only param. by @winder in #665

Full Changelog: v1.21.0...v1.22.0

v1.21.0

19 Sep 13:25
98243e5
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Enhancement: Removing more unused steps by @tzaffi in #637
  • Enhancement: Add deprecation tag to algod v1 client by @algochoi in #642
  • enhancement: add unit test for ParticipationUpdates field by @shiqizng in #652

Full Changelog: v1.20.0...v1.21.0

v1.20.0

06 Sep 17:55
Compare
Choose a tag to compare

What's Changed

Bugfixes

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

Enhancements

Full Changelog: v1.19.1...v1.20.0