Skip to content

Releases: algorandfoundation/algorand-typescript-testing

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)

v1.0.0-alpha.4

10 Oct 04:27
bb21d69
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

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

Features

  • Add equality testers setup function for comparing algots primitives (fdbc13b)
  • Add test equality comparers to enable test assertions with algo-ts types and update tests to use these (c92edef)
  • Expand equality comparers to allow uint64/biguint to numeric literal comparison (74baf7a)

Bug Fixes

  • Actually fix test transformer export path (6a7dacd)
  • ARC4 contracts should log the return value of an abi method, encoded as bytes and prefixed with a specific byte pattern detailed by arc4 (9412514)
  • Don't log result of program method even on arc4 contracts (0fc5cbd)
  • Use toBytes to convert unknown value to bytes instead of asBytes, and don't log undefined/void (209a327)

Dependencies and Other Build Updates

  • Bundle and patch typescript version (226d4b9)
  • Don't bundle typescript, just patch it locally (d4be90e)

v1.0.0-alpha.3

03 Oct 17:37
1fd4adc
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2024-10-03)

Dependencies and Other Build Updates

  • Fix test transformer export (00c5924)

v1.0.0-alpha.2

02 Oct 23:28
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2024-10-02)

Dependencies and Other Build Updates

  • Reduce max eslint warnings (308ed90)