|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -## v0.3.0-beta.1 (2024-08-13) |
| 3 | +## v0.3.0-beta.2 (2024-08-16) |
| 4 | + |
| 5 | +### Chore |
| 6 | + |
| 7 | +* chore: refreshing todos (#11) |
| 8 | + |
| 9 | +[skip ci] ([`6df2567`](https://github.com/algorandfoundation/algorand-python-testing/commit/6df256700169d09620db64802ee5177d3cd5803e)) |
| 10 | + |
| 11 | +### Refactor |
| 12 | + |
| 13 | +* refactor: moving scratch slots and app logs to TransactionBase (#10) |
| 14 | + |
| 15 | +* refactor: moving scratch slots and app logs to TransactionBase |
| 16 | + |
| 17 | +* build: updated to latest puyapy |
| 18 | + |
| 19 | +* refactor: minor refactors |
| 20 | + |
| 21 | +* refactor: refactor txn group initialization |
| 22 | + |
| 23 | +* refactor: add additional gtxn properties from 2.0 stubs |
| 24 | + |
| 25 | +* refactor: consolidate log and scratch space implementation. |
| 26 | + |
| 27 | +logs can be mocked on the underlying application, or for specific transactions |
| 28 | +active txn can append logs |
| 29 | + |
| 30 | +* refactor: defer some imports to reduce circular imports |
| 31 | + |
| 32 | +* chore: add some TODO's for future work |
| 33 | + |
| 34 | +* test: tweak test for mocking abi_call, by ensuring mocked function is in algopy namespace |
| 35 | + |
| 36 | +* feat: implement gaid op |
| 37 | + |
| 38 | +* fix: added mock implementations for new algopy functions, add util for raising consistent mockable method errors |
| 39 | + |
| 40 | +* chore: add TODO for asset property |
| 41 | + |
| 42 | +--------- |
| 43 | + |
| 44 | +Co-authored-by: Daniel McGregor <daniel.mcgregor@makerx.com.au> ([`71801f0`](https://github.com/algorandfoundation/algorand-python-testing/commit/71801f01e49b683d81fa46d2ddb1c8aaf38b89f2)) |
| 45 | + |
| 46 | +## v0.3.0-beta.1 (2024-08-14) |
4 | 47 |
|
5 | 48 | ### Feature |
6 | 49 |
|
@@ -228,6 +271,12 @@ chore: addressing minor todos and removing the ones already addressed |
228 | 271 |
|
229 | 272 | Co-authored-by: Daniel McGregor <daniel.mcgregor@makerx.com.au> ([`85dd58a`](https://github.com/algorandfoundation/algorand-python-testing/commit/85dd58a60f56a0737de84dcb549c01ca5a7a2851)) |
230 | 273 |
|
| 274 | +### Unknown |
| 275 | + |
| 276 | +* 0.3.0-beta.1 |
| 277 | + |
| 278 | +[skip ci] ([`8c12bab`](https://github.com/algorandfoundation/algorand-python-testing/commit/8c12bab417eb9840014bd6cc9190618f6530d29d)) |
| 279 | + |
231 | 280 | ## v0.2.2-beta.5 (2024-07-30) |
232 | 281 |
|
233 | 282 | ### Documentation |
|
0 commit comments