Releases: algorandfoundation/algorand-typescript-testing
Releases · algorandfoundation/algorand-typescript-testing
v1.0.0-alpha.17
1.0.0-alpha.17 (2024-12-30)
Features
- implement stubs for urange, assertMatch and match functions (cd7b7a2)
v1.0.0-alpha.16
v1.0.0-alpha.15
v1.0.0-alpha.14
1.0.0-alpha.14 (2024-12-23)
Features
- implement stubs for decodeArc4 and encodeArc4 functions (3db1ac1)
v1.0.0-alpha.13
1.0.0-alpha.13 (2024-12-22)
Features
v1.0.0-alpha.12
1.0.0-alpha.12 (2024-12-18)
Features
- implement method signatures and method selectors (81833af)
Bug Fixes
- ensure contract proxy has abimetadata; (b8da12d)
v1.0.0-alpha.11
1.0.0-alpha.11 (2024-12-13)
v1.0.0-alpha.9
1.0.0-alpha.9 (2024-12-12)
v1.0.0-alpha.10
1.0.0-alpha.10 (2024-12-12)
Features
v1.0.0-alpha.8
1.0.0-alpha.8 (2024-11-12)
Features
- add typescript version of contracts (885a8ce)
- support augmented assignment operators in runtimehelper (3685e8e)
Bug Fixes
- runtime-helper does not truly handles augmented assignment so strip
=
sign from operator before calling it (84e4e34)