Skip to content

v0.5.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 17:37
· 4 commits to main since this release

v0.5.0-beta.1 (2025-02-19)

Features

  • support algopy.Array and algopy.ImmutableArray from algorand-python 2.7 (fd8d19f)

  • support mocking new algopy.op functions falcon_verify, mimc, online_stake, sumhash512 and VoterParamsGet (83ddcbb)

  • update algopy.op.Block with fields added in AVM 11 (90d857d)

  • update algopy.op.AcctParamsGet with fields added in AVM 11 (059b669)

  • add avm_version to algopy.Contract class options (fc53b0f)

  • update algopy.op.Global with fields added in AVM 11 (0cc9807)

  • add algopy.arc4.Struct._replace introduced in algorand-python 2.5.0 (75d6847)

  • add inline option to subroutine decorator (2cc15b3)

Bug fixes

  • add missing mappings for algopy.op.Txn members (fddfe6f)

  • include ARC4Contract in algopy.arc4 namespace (f19d46f)

  • update algopy.CompiledContract and algopy.CompiledLogicSig to be NamedTuples (84be408)

  • added missing contains implementation for algopy.Bytes (8b2efa2)

Documentation

  • fix doctest example for algopy.EllipticCurve (7d0bb0d)