Skip to content

v0.7.0

Compare
Choose a tag to compare
@jasonpaulos jasonpaulos released this 08 Apr 20:38
· 235 commits to master since this release

Added

  • Support for new TEAL 3 features:
    • Bit/byte manipulation and new transaction and global fields (#50).
    • Dynamic Gtxn indexes (#53).
    • MinBalance expression (#54).
    • Documentation for new features (#55).
  • 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.