Releases: algorandfoundation/algokit-subscriber-ts
Releases · algorandfoundation/algokit-subscriber-ts
v3.1.0
v3.1.0-beta.1
3.1.0-beta.1 (2025-02-14)
Features
v3.0.3-beta.1
3.0.3-beta.1 (2025-02-06)
v3.0.2
v3.0.2-beta.1
v3.0.1
v3.0.1-beta.1
v3.0.0
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
tobigint
- Some fields were converted from
- Type
SubscribedTransaction
was updated to extendalgosdk.indexerModels.Transaction
- Type
TransactionInBlock
:- The field
roundOffset
was renamed tointraRoundOffset
- The field
roundIndex
was renamed toparentIntraRoundOffset
- The field
parentOffset
was removed - The
blockTransaction
field is replaced withsignedTxnWithAD
- The field
- Type
BlockData
type was removed - Type
BlockTransaction
andBlockInnerTransaction
types were removed - Type
BlockMetadata
:- Some fields were converted from
number
tobigint
- Some fields were converted from
- Type
BalanceChange
:- Some fields were converted from
number
tobigint
- Some fields were converted from
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
- Fix the calculation of
v3.0.0-beta.2
3.0.0-beta.2 (2025-01-28)
v3.0.0-beta.1
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