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

Patch v26 #1391

Merged
merged 19 commits into from
Dec 4, 2024
Merged

Patch v26 #1391

merged 19 commits into from
Dec 4, 2024

Conversation

polymath-eric
Copy link
Collaborator

Description

Backport v27 bug fixes + SQ ID padding

  • fix getHistoricalAuths when fetching auths containing v7 extrinsic data
  • allow modification of assetType
  • Fix ticker as currency for distributions

Breaking Changes

None

JIRA Link

Checklist

  • Updated the Readme.md (if required) ?

@prashantasdeveloper
Copy link
Collaborator

@polymath-eric We should remove the fixes - 910ea3c, 2022abf, 1b09685 from here. The breaking change which caused all the problem - 7a13bab, these were just to fix them.

Copy link
Collaborator

@prashantasdeveloper prashantasdeveloper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left comment about removing some fixes here + updating workflow file to add in new patch branch name

prashantasdeveloper and others added 11 commits December 3, 2024 08:43
When currency was passed as a ticker value, asset balances were not
correctly fetched, causing the procedure to fail erroneously. This fixes
the logic for getting asset balances as well as handles currency being
passed as  a ticker value as well.
fix handling new extrinsic format when transaction permissions are
specified
Add dual version SubQuery support. v19+ SQ instance will pad block ID
values so ordering by created block is such that the lexical order is
equivalent to numerical order. Also created_at column has been removed
as the padding makes it redundant (it was the time of sync, not the time
on chain).
if a user inputs permissions directly on chain there is no validation of
their cases. This updates it so incorrect cased permissions are ignored

✅ Closes: DA-1397
fix tests that did not pass after merging
provide warning for SubQuery less than v18.0.2
Copy link

sonarcloud bot commented Dec 3, 2024

@polymath-eric
Copy link
Collaborator Author

/fast-forward

@prashantasdeveloper prashantasdeveloper merged commit e5f8a84 into v26-patch Dec 4, 2024
12 checks passed
@prashantasdeveloper prashantasdeveloper deleted the clean-fixes branch December 4, 2024 12:06
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.

3 participants