Skip to content

Releases: ulamlabs/pytealext

3.2.0

06 Feb 12:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

02 Feb 10:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.1.0

3.0.0

23 Dec 14:10
Compare
Choose a tag to compare

What's Changed

BREAKING:
Generated TEAL for MulDiv64 will be different when using TEAL version >= 6.
The error on division overflow will be different.
Functionality is the same.

Full Changelog: 2.9.0...3.0.0

2.9.0

15 Sep 13:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.8.0...2.9.0

2.8.0

18 Aug 13:49
Compare
Choose a tag to compare

Full Changelog: 2.7.0...2.8.0

2.7.0

09 Aug 11:38
Compare
Choose a tag to compare
  • Fast multiplication of two integers with Mul128 (avoids conversion to bytes to use BytesMul)
  • Fast exponentiation by squaring FastExp which raises a uint64 value to a given power (returning bytes)

2.6.1

05 Aug 10:55
Compare
Choose a tag to compare
  • Fix broken import from pyteal.errors

2.6.0

21 Jul 13:40
Compare
Choose a tag to compare
  • Check if the state variable with the specific key exists in app's schema
  • Type hinting for state arrays
  • app_*_get_ex opcodes support in evaluator

2.1.0

03 Mar 15:42
Compare
Choose a tag to compare
  • Added Inner application calls
  • Added inner group transactions

2.0.4

28 Feb 15:01
Compare
Choose a tag to compare

Added support for PyTEAL 0.10.0