Skip to content

Releases: algorandfoundation/TEALScript

0.103.2

20 Oct 12:08
f57ee5a
Compare
Choose a tag to compare
0.103.2 Pre-release
Pre-release

fix: properly sets the value type in ARC56 state key values to AVMBytes where appropriate

0.103.1

16 Oct 22:42
0862c04
Compare
Choose a tag to compare
0.103.1 Pre-release
Pre-release
  • Changed bytes in ARC56 JSON to AVMBytes to properly align with ARC56
  • Fixed struct names in ARC56

0.103.0

23 Sep 17:36
eb4744a
Compare
Choose a tag to compare
0.103.0 Pre-release
Pre-release
  • updated ARC56 output to support the latest spec in the draft
  • fixed bug with boolean values in static arrays that are stored in boxes

0.102.0

14 Sep 15:18
f6dd150
Compare
Choose a tag to compare
0.102.0 Pre-release
Pre-release
  • support external (non-class) function usage (including imports and npm packages)
  • add first and last valid to this.txn

0.101.0

13 Sep 20:44
Compare
Choose a tag to compare
0.101.0 Pre-release
Pre-release
  • adds new AVM11 block parameters
  • fixes bug causing double assertion when casting transaction types

0.100.2

22 Aug 17:08
d357508
Compare
Choose a tag to compare
0.100.2 Pre-release
Pre-release
  • fixes bug where reassigned variables were optimized as constants under certain conditions

0.100.1

09 Aug 21:45
c4eef88
Compare
Choose a tag to compare
0.100.1 Pre-release
Pre-release

Only do recompilation for disassembled TEAL lines if PC source map cannot be computed

0.100.0

09 Aug 12:42
e48ded1
Compare
Choose a tag to compare
0.100.0 Pre-release
Pre-release

NOTE: If using uint64 template variables and algokit app clients, algokit-utils-ts needs to be v6.2.0 or higher.

  • template variables now use bytes (even for uint64) and scratch space to ensure PC mapping stays consistent upon deployment

0.99.0

08 Aug 17:02
c1cfd11
Compare
Choose a tag to compare
0.99.0 Pre-release
Pre-release
  • source mapping is now disabled when dynamic template variables are used. Instead disasembledTeal line is given
  • fixed bug with method calls that don't use the values

0.98.0

18 Jul 05:04
2bf85bd
Compare
Choose a tag to compare
0.98.0 Pre-release
Pre-release
  • revert back to pushbytes for Address template variables so the PC mapping is preserved