Skip to content

Releases: ulamlabs/pytealext

2.0.0

02 Feb 10:17
Compare
Choose a tag to compare

Breaking change:
EvalContext parameters were converted to keyword-only parameters.

1.2.0

09 Nov 10:36
Compare
Choose a tag to compare
  • Improvements to eval_teal
  • MulDiv64 now always checks if the result has overflown

1.1.1

05 Nov 13:32
Compare
Choose a tag to compare

Added option for MulDiv64 to calculate ceiling of the equation rather than the floor

1.1.0

04 Oct 10:21
Compare
Choose a tag to compare

Added convenience wrappers for inner transactions:

  • MakeInnerPaymentTxn
  • MakeInnerAssetTransferTxn
  • MakeInnerAssetFreezeTxn
  • MakeInnerAssetConfigTxn
  • And a universal: MakeInnerTxn

1.0.1

22 Sep 13:42
Compare
Choose a tag to compare
* Fix broken tests LazyOr/LazyAnd - remove guarantees for equivalent results and only test the results converted to booleans

1.0.0

20 Sep 14:45
Compare
Choose a tag to compare

Muldiv64, Min, Max, LazyAnd, LazyOr

Easier state manipulations with LocalState and GlobalState