Releases: algorandfoundation/algorand-python-testing
v1.0.0-beta.1
v0.6.0-beta.3
v0.6.0-beta.3 (2025-05-16)
Bug fixes
-
fixes type checking of tuples with primitive types (
e971ad6)Adds checks to ensure that type validation applies to classes only.
v0.6.0-beta.2
v0.6.0-beta.1
v0.5.0
v0.5.0 (2025-02-20)
v0.5.0-beta.1
v0.5.0-beta.1 (2025-02-19)
Features
-
support
algopy.Arrayandalgopy.ImmutableArrayfrom algorand-python 2.7 (fd8d19f) -
support mocking new
algopy.opfunctionsfalcon_verify,mimc,online_stake,sumhash512andVoterParamsGet(83ddcbb) -
update
algopy.op.Blockwith fields added in AVM 11 (90d857d) -
update
algopy.op.AcctParamsGetwith fields added in AVM 11 (059b669) -
add
avm_versiontoalgopy.Contractclass options (fc53b0f) -
update
algopy.op.Globalwith fields added in AVM 11 (0cc9807) -
add
algopy.arc4.Struct._replaceintroduced in algorand-python 2.5.0 (75d6847) -
add inline option to subroutine decorator (
2cc15b3)
Bug fixes
-
add missing mappings for
algopy.op.Txnmembers (fddfe6f) -
include
ARC4Contractinalgopy.arc4namespace (f19d46f) -
update
algopy.CompiledContractandalgopy.CompiledLogicSigto be NamedTuples (84be408) -
added missing contains implementation for
algopy.Bytes(8b2efa2)
Documentation
- fix doctest example for
algopy.EllipticCurve(7d0bb0d)