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 #26

Merged
merged 1 commit into from
Apr 15, 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.2.0 age adoption passing confidence

Release Notes

algorand/js-algorand-sdk

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.

@codecov
Copy link

codecov bot commented Feb 1, 2023

Codecov Report

Merging #26 (26990ef) into main (05140a9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #26   +/-   ##
=======================================
  Coverage   25.39%   25.39%           
=======================================
  Files          85       85           
  Lines        1331     1331           
  Branches      109      109           
=======================================
  Hits          338      338           
  Misses        989      989           
  Partials        4        4           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/algosdk-2.x branch 2 times, most recently from af3d900 to 3bdeeec Compare February 8, 2023 19:33
@aorumbayev aorumbayev merged commit f43e205 into main Apr 15, 2023
@aorumbayev aorumbayev deleted the renovate/algosdk-2.x branch April 15, 2023 13:59
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.

1 participant