Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update example in the migration guide #104

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

PatrickDinh
Copy link
Contributor

Proposed Changes

  • update example in the migration guide

BREAKING CHANGE:

  • 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

@PatrickDinh PatrickDinh merged commit 71714e8 into main Jan 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants