Skip to content

Releases: algorandfoundation/TEALScript

0.73.0

16 Jan 21:11
f8ac4c9
Compare
Choose a tag to compare
0.73.0 Pre-release
Pre-release
  • casting a Txn to a specific txn type will now do an assert on the TypeEnum
  • fixes bug where arguments to function calls were not type checked
  • fixes bug when casting from larger int to smaller

0.72.1

14 Jan 16:13
1bebdfd
Compare
Choose a tag to compare
0.72.1 Pre-release
Pre-release

fixes casting small uint to uint64

0.72.0

14 Jan 13:21
c4e3913
Compare
Choose a tag to compare
0.72.0 Pre-release
Pre-release
  • fixes bug with bigint binary expressions
  • adds increaseOpcodeBudget()
  • all uintN, where N < 64, are automatically converted to uint64 during runtime

0.71.1

13 Jan 22:13
fe94673
Compare
Choose a tag to compare
0.71.1 Pre-release
Pre-release

Compiler now throws error when attempting to compare byte values

0.71.0

13 Jan 19:19
0d6795e
Compare
Choose a tag to compare
0.71.0 Pre-release
Pre-release
  • removed bsqrt
  • sqrt now works for all uintN

0.70.1

12 Jan 20:23
235e8b0
Compare
Choose a tag to compare
0.70.1 Pre-release
Pre-release
  • fixes key collision detection
  • fixes return type of ed25519verify
  • fixes type when comparing two uintNs
  • fixes underscores in typed numeric literal

0.70.0

09 Jan 23:27
b012444
Compare
Choose a tag to compare
0.70.0 Pre-release
Pre-release

Enables verification of array fields in verifyAppCallTxn

0.69.0

09 Jan 14:20
c189b34
Compare
Choose a tag to compare
0.69.0 Pre-release
Pre-release
  • adds common aliases: uint8, uint16, uint128, uint256, bytes32, and bytes64
  • fixes unsafe method arguments

0.68.3

07 Jan 14:58
3519b1d
Compare
Choose a tag to compare
0.68.3 Pre-release
Pre-release
  • fix encoding bug when the last value in a tuple or object is a boolean

0.68.2

06 Jan 21:46
77b45b1
Compare
Choose a tag to compare
0.68.2 Pre-release
Pre-release

Fixes encoding of "unsafe" numbers in storage