Skip to content

Releases: algorandfoundation/algorand-typescript-testing

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)

v1.0.0-alpha.7

04 Nov 08:49
613ba33
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

1.0.0-alpha.7 (2024-11-04)

Features

  • add deferAppCall to transaction contenxt (9fef4e4)
  • add more tests for box (97dc9cd)
  • implement AppLocal and add tests for it (1fcfdfb)
  • implement Box and add tests for it (0bd32ec)
  • using Uint8Array as backing store for all box values (865e049)

v1.0.0-alpha.6

29 Oct 03:12
217a61c
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2024-10-29)

Features

  • implement AppLocal and add tests for it (b280f92)

v1.0.0-alpha.5

29 Oct 02:55
6c987a4
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2024-10-29)

Features

  • implement AppGlobal and add tests for it (cd78814)