Skip to content

Releases: algorandfoundation/algorand-typescript-testing

v1.0.0-alpha.17

30 Dec 06:19
965d07c
Compare
Choose a tag to compare
v1.0.0-alpha.17 Pre-release
Pre-release

1.0.0-alpha.17 (2024-12-30)

Features

  • implement stubs for urange, assertMatch and match functions (cd7b7a2)

v1.0.0-alpha.16

27 Dec 01:30
f08cd9f
Compare
Choose a tag to compare
v1.0.0-alpha.16 Pre-release
Pre-release

1.0.0-alpha.16 (2024-12-27)

Features

  • implement stubs for compile functions (3ffe395)

v1.0.0-alpha.15

24 Dec 02:36
b61fd52
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release

1.0.0-alpha.15 (2024-12-24)

Features

  • implement stub for emit function (79838c7)

v1.0.0-alpha.14

23 Dec 03:49
a94df7c
Compare
Choose a tag to compare
v1.0.0-alpha.14 Pre-release
Pre-release

1.0.0-alpha.14 (2024-12-23)

Features

  • implement stubs for decodeArc4 and encodeArc4 functions (3db1ac1)

v1.0.0-alpha.13

22 Dec 04:25
bd713dc
Compare
Choose a tag to compare
v1.0.0-alpha.13 Pre-release
Pre-release

1.0.0-alpha.13 (2024-12-22)

Features

  • implement stubs for appOptedIn, ensureBudget, TemplateVar (6685c92)
  • implement stubs for LogicSig and arg, len op codes (2084c95)

v1.0.0-alpha.12

18 Dec 03:34
0480033
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

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

13 Dec 01:48
c9061f6
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

1.0.0-alpha.11 (2024-12-13)

v1.0.0-alpha.9

12 Dec 02:26
38d47f9
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

1.0.0-alpha.9 (2024-12-12)

v1.0.0-alpha.10

12 Dec 04:05
e295a2f
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

1.0.0-alpha.10 (2024-12-12)

Features

  • implement stubs for the following arc4 types (232f477)
  • implement stubs for UintN, UFixedNxM, Byte, Bool, Str arc4 types (ed63f03)

v1.0.0-alpha.8

12 Nov 02:00
2a4bc5b
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release

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)