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

fix: 🐛 handle createdAt order by for SQ v19+ #1407

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

polymath-eric
Copy link
Collaborator

Description

Fix offChainAffirmations, instructionAffirmations order by. Handle CREATED_AT order by in getTransactionHistory, getHeldAssets and getHeldNfts by replacing it with CREATED_BLOCK_ID order instead (which is equivalent in SQv19+). Created at ordering is marked as deprecated and will be removed when SQ v18 is no longer supported

Breaking Changes

JIRA Link

DA-1434

Checklist

  • Updated the Readme.md (if required) ?

Fix offChainAffirmations, instructionAffirmations order by. Handle
CREATED_AT order by in getTransactionHistory, getHeldAssets and
getHeldNfts by replacing it with CREATED_BLOCK_ID order instead (which
is equivalent in SQv19+). Created at ordering is marked as deprecated
and will be removed when SQ v18 is no longer supported
@polymath-eric polymath-eric requested a review from a team as a code owner December 6, 2024 22:06
Copy link

sonarqubecloud bot commented Dec 6, 2024

@polymath-eric
Copy link
Collaborator Author

/fast-forward

@prashantasdeveloper prashantasdeveloper merged commit bb0c704 into v26 Dec 9, 2024
12 checks passed
@prashantasdeveloper prashantasdeveloper deleted the fix-created-at branch December 9, 2024 14:01
@prashantasdeveloper
Copy link
Collaborator

🎉 This PR is included in version 26.2.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants