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 ability to specify the TEAL version target when using compileTeal (#45).
Added ScratchVar, an interface for storing and loading values from scratch space (#33).
Added a warning when scratch slots are loaded before anything has been stored (#47).
Changed
Rewrote internal code generation to produce smaller programs and make future optimization easier
(#26). Programs compiled with this version will likely
produce different TEAL code than previous versions, but their functionality will be the same.