Socket
Socket
Sign inDemoInstall

algosdk

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

algosdk - npm Package Versions

13
7

2.2.0

Diff

Changelog

Source

v2.2.0

What's Changed

Bugfixes

  • bugfix: Satisfy typescript constraints by @aorumbayev in https://github.com/algorand/js-algorand-sdk/pull/741
  • algod: Minor improvements to simulation support by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/749

Enhancements

  • CICD: Update ssh fingerprint for gh-pages by @algobarb in https://github.com/algorand/js-algorand-sdk/pull/745
  • Docs: add examples to be pulled in for docs by @joe-p in https://github.com/algorand/js-algorand-sdk/pull/747
  • algod: Simulate Endpoint by @algochoi in https://github.com/algorand/js-algorand-sdk/pull/743

New Contributors

  • @aorumbayev made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/741

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.1.0...v2.2.0

algoexcalq
published 2.1.0 •

Changelog

Source

v2.1.0

What's Changed

Enhancements

  • Enhancement: Add foreign array objects to ATC addMethodCall by @algochoi in https://github.com/algorand/js-algorand-sdk/pull/725
  • API: verifyTealSign utility function by @M-Picco in https://github.com/algorand/js-algorand-sdk/pull/735
  • Packaging: Don't use global Buffer object by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/733
  • algod REST API: Add support for algod /v2/teal/disassemble by @michaeldiamant in https://github.com/algorand/js-algorand-sdk/pull/702

New Contributors

  • @M-Picco made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/735

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v2.0.0...v2.1.0

algobarb
published 2.0.0 •

Changelog

Source

v2.0.0

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: https://github.com/algorand/js-algorand-sdk/compare/v1.24.1...v2.0.0

algojack
published 1.24.1 •

Changelog

Source

v1.24.1

What's Changed

Enhancements

  • Packaging: Improve source map and browser usage for external bundlers by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/707

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.24.0...v1.24.1

algolucky
published 1.24.0 •

Changelog

Source

v1.24.0

What's Changed

Bugfixes

  • Bug-Fix: encode ABI string with non-ASCII characters by @ahangsu in https://github.com/algorand/js-algorand-sdk/pull/700

Enhancements

  • Tests: Migrate v1 algod dependencies to v2 in cucumber tests by @algochoi in https://github.com/algorand/js-algorand-sdk/pull/693
  • REST API: Add KV counts to NodeStatusResponse by @michaeldiamant in https://github.com/algorand/js-algorand-sdk/pull/696
  • Fix: createMultisigTransaction name in comments by @nullun in https://github.com/algorand/js-algorand-sdk/pull/694
  • Enhancement: allowing zero-length static array by @ahangsu in https://github.com/algorand/js-algorand-sdk/pull/698
  • ABI: Refactor ABI encoding test to round-trip by @michaeldiamant in https://github.com/algorand/js-algorand-sdk/pull/701

New Contributors

  • @nullun made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/694

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.23.2...v1.24.0

algolucky
published 1.23.2 •

Changelog

Source

v1.23.2

What's Changed

Bugfixes

  • SDK: Dryrun and transaction decoding fix for boxes by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/690

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.23.1...v1.23.2

algobarb
published 1.23.1 •

Changelog

Source

v1.23.1

Bugfixes

  • fix: mergeMultisigTransactions logic error by @AlgoDoggo in https://github.com/algorand/js-algorand-sdk/pull/675
  • CI: Remove unneeded dependency & update package-lock by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/684

New Features

  • Boxes: Add support for Boxes by @algochoi in https://github.com/algorand/js-algorand-sdk/pull/604

Enhancements

  • Enhancement: Code generation improvements by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/663
  • Network: Replace superagent with fetch for HTTP requests by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/676
  • API: Fix docs typo by @PabloLION in https://github.com/algorand/js-algorand-sdk/pull/677
  • CI: Upgrade node.js from v12 to v14 by @michaeldiamant in https://github.com/algorand/js-algorand-sdk/pull/680

New Contributors

  • @PabloLION made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/677

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.22.0...v1.23.1

egieseke
published 1.22.0 •

Changelog

Source

v1.22.0

What's Changed

Bugfixes

  • Bug-Fix: Fix typo in documentation for searchAccounts currencyGreaterThan by @fionnachan in https://github.com/algorand/js-algorand-sdk/pull/572

Enhancements

  • REST API: Add algod block hash endpoint, add indexer block header-only param. by @winder in https://github.com/algorand/js-algorand-sdk/pull/665

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.21.0...v1.22.0

algojack
published 1.21.0 •

Changelog

Source

v1.21.0

What's Changed

Enhancements

  • Enhancement: Removing more unused steps by @tzaffi in https://github.com/algorand/js-algorand-sdk/pull/637
  • Enhancement: Add deprecation tag to algod v1 client by @algochoi in https://github.com/algorand/js-algorand-sdk/pull/642
  • enhancement: add unit test for ParticipationUpdates field by @shiqizng in https://github.com/algorand/js-algorand-sdk/pull/652

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.20.0...v1.21.0

egieseke
published 1.20.0 •

Changelog

Source

v1.20.0

What's Changed

Bugfixes

  • Bug-Fix: Pass verbosity to the harness and sandbox by @tzaffi in https://github.com/algorand/js-algorand-sdk/pull/630

Enhancements

  • Enhancement: Use sandbox for SDK Testing and remove Indexer v1 steps by @algochoi in https://github.com/algorand/js-algorand-sdk/pull/623
  • Tidy: Ignore algorand-sdk-testing test-harness dir by @michaeldiamant in https://github.com/algorand/js-algorand-sdk/pull/634
  • Enhancement: Deprecating use of langspec by @ahangsu in https://github.com/algorand/js-algorand-sdk/pull/632
  • enhancement: Initial stateproofs support by @Eric-Warehime in https://github.com/algorand/js-algorand-sdk/pull/629

Full Changelog: https://github.com/algorand/js-algorand-sdk/compare/v1.19.1...v1.20.0

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc