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
Added the assembleConstants option to compileTeal. When enabled, the compiler will assemble
int and byte constants in the most efficient way to reduce program size (#57, #61, #66).
Added an alternative syntax for constructing If statements (#77, #82).
WARNING: Due to code generation changes required to support TEAL 4 loops and subroutines,
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.