v0.4.0-beta.1
Pre-releasev0.4.0-beta.1 (2024-08-27)
Feature
-
add support for frozen on asset holdings, including a new ledger function
update_asset_holdings
for setting asset holding balances and frozen states (d777ca0
) -
expand accepted types when interacting with accounts, applications and assets (
f448a97
)wip
-
replaced
account_exists
withaccount_is_funded
as the later is more useful (4d08690
)
Fix
-
use correct type for Globals.caller_application_id (
a30d85a
) -
do not allow specifying
address
for applications, it is derived from the app_id (00fe1bc
) -
do not treat asset and application ids as possible foreign array indexes (
94a989f
) -
removed incorrect deduction in
algopy.op.balance
(76e67c5
) -
ensure all comparable types return
NotImplemented
when a comparison is not possible (b055fa6
) -
arc4_prefix
annotated to also acceptalgopy.Bytes
(40328ca
)
Documentation
- include usage of
algopy_testing_context
in README.md quick start (4702f60
)