You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Gitxn expression, inner transaction group creation with InnerTxnBuilder.Next(), inner
transaction array field setting, and allow using dynamic slot IDs with ImportScratchValue (#149)
Clearer error messages when non-PyTeal expressions are present (#151)
Changed
WARNING: Due to code generation improvements, programs compiled with this version will likely
produce different TEAL code than previous versions, but their functionality will be the same. Be
aware that even small differences in generated TEAL code will change the address associated with
escrow LogicSig contracts.
Optimized constant assembly for small integers (#128)
Generated TEAL code for subroutines is more human-readable (#148)
Subroutine argument and return type annotations, if present, MUST be Expr (#182)
Transaction field documentation now separates fields by transaction type (#204)
Added documentation about how to generate the documentation (#205)