Skip to content

Releases: algorandfoundation/algokit-subscriber-ts

v1.0.0

18 Mar 14:29
5ae2362
Compare
Choose a tag to compare

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 to skip-sync-newest for consistency with skip-oldest (9cd89fb)
  • resolve stack overflow issue when processing a large number of transactions (5847134)
  • Resolving compiler error (c80d1b0)

Dependencies and Other Build Updates

  • Adding permission for release to write to issues for semantic release (02dbb04)
  • Fix auditing (2261534)
  • Fixing build (8df0511)
  • Set package as public (75eca7a)
  • Setting public package (3f4bce2)

v1.0.0-beta.9

18 Mar 14:20
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release

1.0.0-beta.9 (2024-03-18)

Bug Fixes

  • concat block rather than push (0a9718b)

v1.0.0-beta.8

18 Mar 11:36
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

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)

v1.0.0-beta.7

03 Feb 10:16
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2024-02-03)

Features

  • Added inner transaction support (fa267c9)
  • 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)

v1.0.0-beta.6

10 Dec 11:26
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2023-12-10)

Bug Fixes

  • Ensuring filtering works for ASA and Asset txns (5ade91f)

v1.0.0-beta.5

10 Dec 09:34
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2023-12-10)

v1.0.0-beta.4

10 Dec 09:19
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2023-12-10)

Features

  • Added wait for block support including test coverage (5ec222b)

v1.0.0-beta.3

07 Dec 11:01
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2023-12-07)

Dependencies and Other Build Updates