Releases: algorandfoundation/algokit-subscriber-ts
Releases · algorandfoundation/algokit-subscriber-ts
v1.1.0
1.1.0 (2024-03-23)
Features
- Added ability to restrict the number of rounds indexer catchup syncs for so large catchups are more reliable (ae8c880)
- Added multiple filter support to AlgorandSubscriber (31796c2)
- Added onBeforePoll and onPoll methods to
AlgorandSubscriber
(7de08a3) - Multiple filters (672890a)
Bug Fixes
- Prevent abort exception leaking out of AlgorandSubscriber.stop method (52929d4)
Dependencies and Other Build Updates
- Added checks: write permission so we get published test results (0a0c1d6)
v1.1.0-beta.2
1.1.0-beta.2 (2024-03-22)
Features
v1.1.0-beta.1
1.1.0-beta.1 (2024-03-21)
Features
Bug Fixes
- Prevent abort exception leaking out of AlgorandSubscriber.stop method (52929d4)
Dependencies and Other Build Updates
- Added checks: write permission so we get published test results (0a0c1d6)
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)