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 py-algorand-sdk from 1.20.0 to 2.0.0 in /algorand_solutions #150

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 4, 2023

Bumps py-algorand-sdk from 1.20.0 to 2.0.0.

Release notes

Sourced from py-algorand-sdk's releases.

v2.0.0

What's Changed

Breaking Changes

  • Remove v1 algod API (algosdk/algod.py) due to API end-of-life (2022-12-01). Instead, use v2 algod API (algosdk/v2client/algod.py).
  • Remove algosdk.future package. Move package contents to algosdk.
  • Remove encoding.future_msgpack_decode method in favor of encoding.msgpack_decode method.
  • 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 mnemonic.to_public_key in favor of account.address_from_private_key.
  • Remove logicsig templates, algosdk/data/langspec.json and all methods in logic depending on it.

Bugfixes

Enhancements

New Contributors

Full Changelog: algorand/py-algorand-sdk@v1.20.2...v2.0.0

v1.20.2

What's Changed

Bugfixes

Enhancements

Full Changelog: algorand/py-algorand-sdk@v1.20.1...v1.20.2

v1.20.1

What's Changed

Bugfixes

... (truncated)

Changelog

Sourced from py-algorand-sdk's changelog.

v2.0.0

What's Changed

Breaking Changes

  • Remove v1 algod API (algosdk/algod.py) due to API end-of-life (2022-12-01). Instead, use v2 algod API (algosdk/v2client/algod.py).
  • Remove algosdk.future package. Move package contents to algosdk.
  • Remove encoding.future_msgpack_decode method in favor of encoding.msgpack_decode method.
  • 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 mnemonic.to_public_key in favor of account.address_from_private_key.
  • Remove logicsig templates, algosdk/data/langspec.json and all methods in logic depending on it.

Bugfixes

Enhancements

v1.20.2

What's Changed

Bugfixes

Enhancements

Full Changelog: algorand/py-algorand-sdk@v1.20.1...v1.20.2

v1.20.1

What's Changed

Bugfixes

Full Changelog: algorand/py-algorand-sdk@v1.20.0...v1.20.1

Commits
  • e90337d Merge branch 'release/v2.0.0'
  • e9b8597 Bumped version to v2.0.0
  • 28e4cb1 Fix packaging to only include algosdk and submodules (#428)
  • 975558e v2: Delete more references to langspec (#426)
  • 3a28e34 Add LogicSig usage disclaimer (#424)
  • 2aa4b70 v2: Breaking changes from v1 to v2.0.0 (#415)
  • bdd5752 Fix: populate_foreign_array offset logic (#406)
  • 4edda6d Tests: Introduce type linting with mypy (#397)
  • 4d17817 Merge branch 'release/v1.20.2' into develop
  • 9bf39f2 Merge branch 'release/v1.20.2'
  • 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 [py-algorand-sdk](https://github.com/algorand/py-algorand-sdk) from 1.20.0 to 2.0.0.
- [Release notes](https://github.com/algorand/py-algorand-sdk/releases)
- [Changelog](https://github.com/algorand/py-algorand-sdk/blob/develop/CHANGELOG.md)
- [Commits](algorand/py-algorand-sdk@v1.20.0...v2.0.0)

---
updated-dependencies:
- dependency-name: py-algorand-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 4, 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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants