Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

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

Merged
merged 1 commit into from
Feb 8, 2023
Merged

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.1.0 age adoption passing confidence

Release Notes

algorand/js-algorand-sdk

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.

@auto-assign auto-assign bot requested a review from aorumbayev February 1, 2023 00:33
@renovate renovate bot force-pushed the renovate/algosdk-2.x branch from 38814bf to 8bbe03d Compare February 8, 2023 19:42
@aorumbayev aorumbayev merged commit 81728e4 into main Feb 8, 2023
@aorumbayev aorumbayev deleted the renovate/algosdk-2.x branch February 8, 2023 19:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant