Skip to content

v0.11.3

Compare
Choose a tag to compare
@meevee98 meevee98 released this 14 Jun 18:35
· 611 commits to master since this release

Added

  • Support to Python 3.10
  • to_script_hash to convert ECPoint and public keys
  • bytearray constructor given array length

Changed

  • Updated debug file generation to map imported modules
  • Included --debug flag information in the docs
  • x is None and x is not None now have the same behaviour as (not) isinstance(x, None)
  • Importing packages inside boa3 in a smart contract will always raise an UnresolvedReference error, except for boa3.builtin

Fixed

  • Fixed bytearray set value
  • Fixed bytecode generation for imported modules
  • Fixed standard validators event and type checking
  • Fixed global variables usage inside classes
  • Fixed int.to_bytes(0) return to a non-empty bytes