Releases: algorandfoundation/TEALScript
Releases · algorandfoundation/TEALScript
0.97.1
- fixed bug with tuple/object element offset after a boolean element
- fixed bug when trying to do non-ABI routing for an action that has no ABI methods
- fixed bug with non-ABI routing continuing in the program without a return
0.97.0
- fixes
request body too large
by removing comments if the TEAL is too large for algod
- fixes multi-line docstrings in emitted JSON artifacts
- fixes TEAL emission error when accessing state with a multi-line function call
Address
template variables now use the addr
pseudo-op to allow usage of base32 addresses for the template variable value
0.96.2
- support
.length
on variable-length arrays of dynamic types
0.96.1
- fixes app args
.length
and dynamic indexes
0.96.0
- adds AVM11 incentive opcodes
- fixes bug with boolean encoded when booleans were first in a tuple with other types
0.95.1
- reduces the body size of the
/compile
request by removing comments and trimming all of the lines.
0.95.0
- fixes updating of static values in dynamic box objects
- fixes optimize step treating
//
comments as /
in some edge cases
- adds
globalStateExists
and localStateExists
methods to check existence of external state values
0.94.1
- fixes bug with union types and boolean literals
0.94.0
rawByte
function for extracting a single byte
from a value
- New
Uint<N>
constructor for numeric literals that are larger than Number.MAX_SAFE_INTEGER
which has the same functionality as BigInt
- fixed usage
pushbyte
opcode (now properly pushbytes
)
0.93.0
- add support for emitting ARC56 (draft) JSON