Releases: ulamlabs/pytealext
Releases · ulamlabs/pytealext
2.0.0
Breaking change:
EvalContext parameters were converted to keyword-only parameters.
1.2.0
- Improvements to eval_teal
- MulDiv64 now always checks if the result has overflown
1.1.1
Added option for MulDiv64 to calculate ceiling of the equation rather than the floor
1.1.0
Added convenience wrappers for inner transactions:
- MakeInnerPaymentTxn
- MakeInnerAssetTransferTxn
- MakeInnerAssetFreezeTxn
- MakeInnerAssetConfigTxn
- And a universal: MakeInnerTxn
1.0.1
* Fix broken tests LazyOr/LazyAnd - remove guarantees for equivalent results and only test the results converted to booleans
1.0.0
Muldiv64, Min, Max, LazyAnd, LazyOr
Easier state manipulations with LocalState and GlobalState