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 pyteal from 0.20.1 to 0.23.0 in /algorand_solutions #176

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 Feb 14, 2023

Bumps pyteal from 0.20.1 to 0.23.0.

Release notes

Sourced from pyteal's releases.

v0.23.0

Added

  • Improved error handling for tuple type mismatch: added information on position and expected type. (#655)
  • Added an asdict() method to ast.router.BareCallActions. (#656)

Fixed

  • Fixed wrong encoding result in tuple get last item. (#663)

v0.22.0

Changed

  • Improved Router clear state program generation. (#636)
    • NOTE: a backwards incompatable change was imposed in this PR: previous Clear State Program (CSP) can be constructed in router by registering ABI methods or bare app calls, now one has to use clear_state argument in Router.__init__ to construct the CSP.

v0.21.0

Added

  • Added frame pointer support for subroutine arguments, replacing the previous usage of scratch. (#562)
  • Added frame pointer support for local ABI variables in subroutine. (#606)
  • Added frame_pointers property in OptimizeOptions to optimize away scratch slots during subroutine calls. This defaults to frame pointer usage when not specified for AVM version 8+. (#613)

Fixed

  • Allowing the MethodCall and ExecuteMethodCall to be passed None as app_id argument in the case of an app create transaction (#592)
  • No longer accidentally include additional package folders in release (#610, #614)
  • Fixed mistakes in docs (#612, #625, #627)

Changed

  • Introducing AbstractVar to abstract value access: store, load, and stack type. (#584)
    • NOTE: a backwards incompatable change was imposed in this PR: previous ABI value's public member stored_value with type ScratchVar, is now changed to protected member _stored_value with type AbstractVar.
  • Starting with program version 9, when scratch_slots flag isn't provided to OptimizeOptions, default to optimizing. For versions 8 and earlier the default is and remains to not optimize. (#613)
  • Replaced the usage of typing.NamedTuple with dataclass for class OpType in the ir package in order to avoid a regression coming in Python 3.11.1. (#615)
  • Upgrade mypy to v0.991. (#618)
  • Upgrade py-algorand-sdk to v2.0.0. (#626)
Changelog

Sourced from pyteal's changelog.

v0.23.0

Added

  • Improved error handling for tuple type mismatch: added information on position and expected type. (#655)
  • Added an asdict() method to ast.router.BareCallActions. (#656)

Fixed

  • Fixed wrong encoding result in tuple get last item. (#663)

v0.22.0

Changed

  • Improved Router clear state program generation. (#636)
    • NOTE: a backwards incompatable change was imposed in this PR: previous Clear State Program (CSP) can be constructed in router by registering ABI methods or bare app calls, now one has to use clear_state argument in Router.__init__ to construct the CSP.

v0.21.0

Added

  • Added frame pointer support for subroutine arguments, replacing the previous usage of scratch. (#562)
  • Added frame pointer support for local ABI variables in subroutine. (#606)
  • Added frame_pointers property in OptimizeOptions to optimize away scratch slots during subroutine calls. This defaults to frame pointer usage when not specified for AVM version 8+. (#613)

Fixed

  • Allowing the MethodCall and ExecuteMethodCall to be passed None as app_id argument in the case of an app create transaction (#592)
  • No longer accidentally include additional package folders in release (#610, #614)
  • Fixed mistakes in docs (#612, #625, #627)

Changed

  • Introducing AbstractVar to abstract value access: store, load, and stack type. (#584)
    • NOTE: a backwards incompatable change was imposed in this PR: previous ABI value's public member stored_value with type ScratchVar, is now changed to protected member _stored_value with type AbstractVar.
  • Starting with program version 9, when scratch_slots flag isn't provided to OptimizeOptions, default to optimizing. For versions 8 and earlier the default is and remains to not optimize. (#613)
  • Replaced the usage of typing.NamedTuple with dataclass for class OpType in the ir package in order to avoid a regression coming in Python 3.11.1. (#615)
  • Upgrade mypy to v0.991. (#618)
  • Upgrade py-algorand-sdk to v2.0.0. (#626)
Commits

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 [pyteal](https://github.com/algorand/pyteal) from 0.20.1 to 0.23.0.
- [Release notes](https://github.com/algorand/pyteal/releases)
- [Changelog](https://github.com/algorand/pyteal/blob/master/CHANGELOG.md)
- [Commits](algorand/pyteal@v0.20.1...v0.23.0)

---
updated-dependencies:
- dependency-name: pyteal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 14, 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.

0 participants