Releases: algorandfoundation/algorand-typescript-testing
Releases · algorandfoundation/algorand-typescript-testing
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)
v1.0.0-alpha.7
v1.0.0-alpha.6
v1.0.0-alpha.5
v1.0.0-alpha.4
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)