Skip to content

v0.6.1

Compare
Choose a tag to compare
@jasonpaulos jasonpaulos released this 27 Oct 19:16
· 256 commits to master since this release

Added

  • An application deployment example, vote_deploy.py.

Fixed

  • Internal modules no longer pollute the global namespace when importing with from pyteal import *
    (#29).
  • Fixed several documentation typos.

Changed

  • Moved signature and application mode examples into separate folders.