Releases: algorandfoundation/algokit-subscriber-ts
Releases · algorandfoundation/algokit-subscriber-ts
v1.0.0
1.0.0 (2024-03-18)
Features
- Added inner transaction support (fa267c9)
- Added methodSignatures filter (fda5ccd)
- Added proper msgpack handling using the new algorand msgpack library (56a9a31)
- Added support for keyreg transactions (d863b57)
- Added support for parsing signatures and inner transactions from algod block (52a17a2)
- Added support for state proof transactions (c76d848)
- Added supports for parsing logs from algod (11e948e)
- Added wait for block support including test coverage (5ec222b)
- ARC-28 support (23838e0)
- Initial implementation of subscribers (b8c6a8a)
Bug Fixes
- concat block rather than push (0a9718b)
- Ensuring filtering works for ASA and Asset txns (5ade91f)
- handle when there are no transactions in a block (#24) (67f48c9)
- Rename
skip-to-newest
toskip-sync-newest
for consistency withskip-oldest
(9cd89fb) - resolve stack overflow issue when processing a large number of transactions (5847134)
- Resolving compiler error (c80d1b0)
Dependencies and Other Build Updates
v1.0.0-beta.9
v1.0.0-beta.8
1.0.0-beta.8 (2024-03-18)
Features
- Added methodSignatures filter (fda5ccd) - thanks to @ericsharma
- Added proper msgpack handling using the new algorand msgpack library (56a9a31) - this means we now have full support for non-utf-8 logs and stae proof transactions
- ARC-28 support (23838e0)
- Full documentation in preparation for 1.0
Bug Fixes
- handle when there are no transactions in a block (#24) (67f48c9)
- resolve stack overflow issue when processing a large number of transactions (5847134)
Dependencies and Other Build Updates
- Adding permission for release to write to issues for semantic release (02dbb04)