Skip to content

Releases: algorandfoundation/algorand-python-testing

v1.2.0-beta.11

14 Apr 03:49

Choose a tag to compare

v1.2.0-beta.11 Pre-release
Pre-release

v1.2.0-beta.11 (2026-04-14)

v1.2.0-beta.10

14 Apr 03:22

Choose a tag to compare

v1.2.0-beta.10 Pre-release
Pre-release

v1.2.0-beta.10 (2026-04-14)

Features

  • support native-typed fields in arc4.Struct (6ec0127)

    This unblocks arc4.encode/arc4.decode of structs with mixed field annotations and lets the AVM parity test invoke the contract directly in-process alongside the AVM check, exercising test_native_struct on both paths instead of AVM only.

  • add support for arc4.encode and arc4.decode functions (032b2a8)

    also migrate UInt64Backed serializer off the deprecated .native accessor

v1.2.0-beta.9

10 Apr 03:31

Choose a tag to compare

v1.2.0-beta.9 Pre-release
Pre-release

v1.2.0-beta.9 (2026-04-10)

Features

  • add arguments to logicsig (74ac11e)

v1.2.0-beta.8

09 Apr 20:31

Choose a tag to compare

v1.2.0-beta.8 Pre-release
Pre-release

v1.2.0-beta.8 (2026-04-09)

v1.2.0-beta.7

09 Apr 03:27

Choose a tag to compare

v1.2.0-beta.7 Pre-release
Pre-release

v1.2.0-beta.7 (2026-04-09)

v1.2.0-beta.6

07 Apr 13:51

Choose a tag to compare

v1.2.0-beta.6 Pre-release
Pre-release

v1.2.0-beta.6 (2026-04-07)

Features

  • add arc65 support: loggedErr() and loggedAssert() functions, to log a formatted error string before failing (5ac27a5)

v1.2.0-beta.5

01 Apr 01:51

Choose a tag to compare

v1.2.0-beta.5 Pre-release
Pre-release

v1.2.0-beta.5 (2026-04-01)

Features

Bug fixes

  • do not count GlobalMap and LocalMap in stateTotals (d7da98a)

  • state totals now correctly handle direct tuple storage (8e7d214)

Documentation

  • add GlobalMap and LocalMap to state-management guide (e8ca7f8)

v1.2.0-beta.4

16 Mar 14:29

Choose a tag to compare

v1.2.0-beta.4 Pre-release
Pre-release

v1.2.0-beta.4 (2026-03-16)

v1.2.0-beta.3

08 Dec 07:19

Choose a tag to compare

v1.2.0-beta.3 Pre-release
Pre-release

v1.2.0-beta.3 (2025-12-08)

Features

  • add stage and submit_staged functions to support submitting dynamic number of inner transactions in a group (84ad031)

v1.2.0-beta.2

08 Dec 07:01

Choose a tag to compare

v1.2.0-beta.2 Pre-release
Pre-release

v1.2.0-beta.2 (2025-12-08)

Features

  • add algopy.public alias for algopy.arc4.abimethod decorator (32a2787)