Skip to content

Releases: algorandfoundation/algokit-subscriber-ts

v3.1.0

14 Feb 13:59
dcb6905
Compare
Choose a tag to compare

3.1.0 (2025-02-14)

Features

  • add synthetic block payout when getting txns from algod (#110) (cd016ef)

v3.1.0-beta.1

14 Feb 13:49
cd016ef
Compare
Choose a tag to compare
v3.1.0-beta.1 Pre-release
Pre-release

3.1.0-beta.1 (2025-02-14)

Features

  • add synthetic block payout when getting txns from algod (#110) (cd016ef)

v3.0.3-beta.1

06 Feb 14:22
a71e848
Compare
Choose a tag to compare
v3.0.3-beta.1 Pre-release
Pre-release

3.0.3-beta.1 (2025-02-06)

v3.0.2

02 Feb 12:07
0b341d4
Compare
Choose a tag to compare

3.0.2 (2025-02-02)

Bug Fixes

  • revert back to previous state delta behaviour (#109) (2ee8db0)

v3.0.2-beta.1

02 Feb 11:51
2ee8db0
Compare
Choose a tag to compare
v3.0.2-beta.1 Pre-release
Pre-release

3.0.2-beta.1 (2025-02-02)

Bug Fixes

  • revert back to previous state delta behaviour (#109) (2ee8db0)

v3.0.1

29 Jan 04:04
fec3f5d
Compare
Choose a tag to compare

3.0.1 (2025-01-29)

Bug Fixes

v3.0.1-beta.1

29 Jan 03:58
c91f1fd
Compare
Choose a tag to compare
v3.0.1-beta.1 Pre-release
Pre-release

3.0.1-beta.1 (2025-01-29)

Bug Fixes

v3.0.0

28 Jan 12:45
253bba5
Compare
Choose a tag to compare

3.0.0 (2025-01-28)

⚠ BREAKING CHANGES

  • Upgrade algosdk to v3
  • Upgrade utils-ts to v8
  • Type TransactionFilter:
    • Some fields were converted from number to bigint
  • Type SubscribedTransaction was updated to extend algosdk.indexerModels.Transaction
  • Type TransactionInBlock:
    • The field roundOffset was renamed to intraRoundOffset
    • The field roundIndex was renamed to parentIntraRoundOffset
    • The field parentOffset was removed
    • The blockTransaction field is replaced with signedTxnWithAD
  • Type BlockData type was removed
  • Type BlockTransaction and BlockInnerTransaction types were removed
  • Type BlockMetadata:
    • Some fields were converted from number to bigint
  • Type BalanceChange:
    • Some fields were converted from number to bigint

See migration guide here

Features

  • upgrade to use algosdk v3 and util-ts v8 (f0ebfe5)

Bug Fixes

  • For SubscribedTransaction:
    • Fix the calculation of intraRoundOffset
    • The id field value is populated for all inner transactions

v3.0.0-beta.2

28 Jan 11:50
9ce4739
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2025-01-28)

v3.0.0-beta.1

23 Jan 05:27
dcbf5f7
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2025-01-23)

⚠ BREAKING CHANGES

  • SubscribedTransaction now extends algosdk.indexerModels.Transaction
  • TransactionInBlock was changed to align with SubscribedTransaction
    • The field blockTransaction was replaced with signedTxnWithAD
  • BlockData type was removed. algosdk.modelsv2.BlockResponse is now used instead
  • BlockTransaction and BlockInnerTransaction types were removed. algosdk.SignedTxnWithAD is now used instead
  • Many number fields are now bigint

chore

  • update example in the migration guide (#104) (71714e8)

Features

  • support heartbeat txn (69dd490)
  • upgrade to use algosdk v3 and util-ts v8 (f0ebfe5)
  • wip - replace EncodedTransaction with algosdk.Transaction (aedc089)