v0.3.0-beta.4
Pre-release
Pre-release
·
150 commits
to main
since this release
v0.3.0-beta.4 (2024-08-21)
Feature
- rename txn_op_fields to active_txn_overrides to better reflect purpose, add additional checks to ensure crate_group parameters are used correctly (
973fc28)
Fix
-
fix equality implementation for Account, to allow comparison with arc4.Address (
6ec2dd4) -
ensure new Account's have field defaults populated (
54432b0) -
ensure Global.current_application* properties match AVM (
ae84ae2) -
when generating app/asset id's skip any that might already be reserved (
0bb5eba)
Documentation
- integrating pydoclint; formatting docs; removing docs from stub implementation (
d729bf9)