Releases: algorandfoundation/algokit-subscriber-ts
Releases · algorandfoundation/algokit-subscriber-ts
v2.3.0-beta.1
2.3.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
Features
- support heartbeat txn (69dd490)
- upgrade to use algosdk v3 and util-ts v8 (f0ebfe5)
- wip - replace EncodedTransaction with algosdk.Transaction (aedc089)