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

fix(deps): update dependency algosdk to v2 #12

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
algosdk 1.24.1 -> 2.8.0 age adoption passing confidence

Release Notes

algorand/js-algorand-sdk (algosdk)

v2.8.0

Compare Source

What's Changed

Bugfixes
Enhancements

New Contributors

Full Changelog: algorand/js-algorand-sdk@v2.7.0...v2.8.0

v2.7.0

Compare Source

What's Changed

Enhancements

New Contributors

Full Changelog: algorand/js-algorand-sdk@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Bugfixes
New Features
Enhancements

New Contributors

Full Changelog: algorand/js-algorand-sdk@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Bugfixes
New Features
Enhancements

New Contributors

Full Changelog: algorand/js-algorand-sdk@v2.4.0...v2.5.0

v2.4.0

Compare Source

What's Changed

Bugfixes
New Features
Enhancements
Other

Full Changelog: algorand/js-algorand-sdk@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

Bugfixes
New Features
Enhancements

New Contributors

Full Changelog: algorand/js-algorand-sdk@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

Bugfixes
Enhancements

New Contributors

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

v2.1.0

Compare Source

What's Changed

Enhancements

New Contributors

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

v2.0.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant