Skip to content

v1.1.1

Compare
Choose a tag to compare
@meevee98 meevee98 released this 02 Feb 16:00
· 127 commits to master since this release

Added

  • Support to Python 3.12
  • Included Nep17Contract interface
  • Support to Python's builtins:
    • fstrings and match-case with primitive types (bool, int and str)
    • str.replace and list.sort methods

Deprecated

  • Deprecated @metadata decorator to identify metadata function.

Fixed

  • Changed exit code on compilation error
  • Fixed notify not being executed when calling it from the imported package
  • Changed manifest abi types related to Optional and Union with None types