v0.3.0-beta.5
Pre-release
Pre-release
v0.3.0-beta.5 (2024-08-21)
Fix
-
ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types) (#14) (
1f1f2ea
)-
fix: add default eq implementation for ARC4 types
-
fix: ensure mutable types (ARC4 tuple, array and structs) have their changes propagated back to container-like types (global/local state, boxes, ARC4 mutable types)
-
feat: add str and repr implementations for ARC4 types
-
refactor: make ARC4 type_info private
-
refactor: make ARC4 struct inherit _ABIEncoded
-
refactor: removing get_app_for_contract; expanding get_app; parsing on_complete
-