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.0.0 #17

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps algosdk from 1.20.0 to 2.0.0.

Release notes

Sourced from algosdk's releases.

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

Enhancements

New Contributors

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

v1.23.2

... (truncated)

Changelog

Sourced from algosdk's changelog.

2.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

Enhancements

New Contributors

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

... (truncated)

Commits
  • 5eb7b4f Merge branch 'release/v2.0.0'
  • 628d976 remove enhancement section of recent changelog
  • e8a04c3 update README.md for new version
  • 9c46c8f bump version and add to changelog
  • 0a6790f v2: Make breaking changes from v1 to v2.0.0 (#717)
  • 3c5fbdb Merge branch 'release/v1.24.1' into develop
  • db8a746 Merge branch 'release/v1.24.1'
  • 3ea98f8 update README.md for new version
  • 1812ee3 bump version and add to changelog
  • 46f10af Packaging: Improve source map and browser usage for external bundlers (#707)
  • Additional commits viewable in compare view

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.0.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.0.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 4, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #18.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/algosdk-2.0.0 branch January 30, 2023 05:16
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.

0 participants