Releases: algorandfoundation/algorand-python-testing
Releases Β· algorandfoundation/algorand-python-testing
v1.2.0-beta.11
v1.2.0-beta.11 (2026-04-14)
v1.2.0-beta.10
v1.2.0-beta.10 (2026-04-14)
Features
-
support native-typed fields in arc4.Struct (
6ec0127)This unblocks
arc4.encode/arc4.decodeof structs with mixed field annotations and lets the AVM parity test invoke the contract directly in-process alongside the AVM check, exercisingtest_native_structon both paths instead of AVM only. -
add support for arc4.encode and arc4.decode functions (
032b2a8)also migrate
UInt64Backedserializer off the deprecated.nativeaccessor
v1.2.0-beta.9
v1.2.0-beta.8
v1.2.0-beta.8 (2026-04-09)
v1.2.0-beta.7
v1.2.0-beta.7 (2026-04-09)
v1.2.0-beta.6
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
v1.2.0-beta.4
v1.2.0-beta.4 (2026-03-16)
v1.2.0-beta.3
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
v1.2.0-beta.2 (2025-12-08)
Features
- add algopy.public alias for algopy.arc4.abimethod decorator (
32a2787)