Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump algosdk from 1.20.0 to 2.1.0 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2023

Bumps algosdk from 1.20.0 to 2.1.0.

Release notes

Sourced from algosdk's releases.

v2.1.0

What's Changed

Enhancements

New Contributors

Full Changelog: algorand/js-algorand-sdk@v2.0.0...v2.1.0

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: algorand/js-algorand-sdk@v1.24.1...v2.0.0

v1.24.1

What's Changed

Enhancements

Full Changelog: algorand/js-algorand-sdk@v1.24.0...v1.24.1

v1.24.0

What's Changed

Bugfixes

... (truncated)

Changelog

Sourced from algosdk's changelog.

v2.1.0

What's Changed

Enhancements

New Contributors

Full Changelog: algorand/js-algorand-sdk@v2.0.0...v2.1.0

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: algorand/js-algorand-sdk@v1.24.1...v2.0.0

v1.24.1

What's Changed

Enhancements

Full Changelog: algorand/js-algorand-sdk@v1.24.0...v1.24.1

v1.24.0

What's Changed

Bugfixes

... (truncated)

Commits
  • 1fa884d Merge branch 'release/v2.1.0'
  • 3dd7813 update README.md for new version
  • 8aef3e6 Fix extra colon in package-lock.json
  • e3c9d7e bump version and add to changelog
  • 1ee2ba3 algod REST API: Add support for algod /v2/teal/disassemble (#702)
  • e2f42c1 Packaging: Don't use global Buffer object (#733)
  • 6435d24 API: verifyTealSign utility function (#735)
  • e411146 Enhancement: Add foreign array objects to ATC addMethodCall (#725)
  • 3b54c12 Merge branch 'release/v2.0.0' into develop
  • 5eb7b4f Merge branch 'release/v2.0.0'
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by algoexcalq, a new releaser for algosdk since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [algosdk](https://github.com/algorand/js-algorand-sdk) from 1.20.0 to 2.1.0.
- [Release notes](https://github.com/algorand/js-algorand-sdk/releases)
- [Changelog](https://github.com/algorand/js-algorand-sdk/blob/develop/CHANGELOG.md)
- [Commits](algorand/js-algorand-sdk@v1.20.0...v2.1.0)

---
updated-dependencies:
- dependency-name: algosdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants