Skip to content

v3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 05:27
· 16 commits to main since this release
dcbf5f7

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)