Changelog
v2.2.0
Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.1.0...v2.2.0
Changelog
v2.1.0
addMethodCall
by @algochoi in https://github.com/algorand/js-algorand-sdk/pull/725Buffer
object by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/733Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.0.0...v2.1.0
Changelog
v2.0.0
client.algod
) due to API end-of-life (2022-12-01). Instead, use v2 algod API (client.v2.algod.algod
).cost
field in DryrunTxnResult
in favor of 2 fields: budget-added
and budget-consumed
. cost
can be derived by budget-consumed - budget-added
.logicTemplates
), logic/langspec.json
, logic.logic
depending on langspec.json
.CatchpointAbortResponse
, CatchpointStartResponse
.WithSuggestedParams
suffix:
makePaymentTxn
, makeKeyRegistrationTxn
, makeAssetCreateTxn
, makeAssetConfigTxn
, makeAssetDestroyTxn
, makeAssetFreezeTxn
, makeAssetTransferTxn
.makeLogicSig
in favor of either using LogicSigAccount
(preferred) or directly invoking LogicSig
constructor.EncodedMultisigBlob
in favor of `EncodedSignedTransaction.Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.24.1...v2.0.0
Changelog
v1.24.1
Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.24.0...v1.24.1
Changelog
v1.24.0
Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.23.2...v1.24.0
Changelog
v1.23.2
Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.23.1...v1.23.2
Changelog
v1.23.1
superagent
with fetch
for HTTP requests by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/676Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.22.0...v1.23.1
Changelog
v1.22.0
searchAccounts
currencyGreaterThan
by @fionnachan in https://github.com/algorand/js-algorand-sdk/pull/572Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.21.0...v1.22.0
Changelog
v1.21.0
Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.20.0...v1.21.0
Changelog
v1.20.0
Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.19.1...v1.20.0