-
Notifications
You must be signed in to change notification settings - Fork 11
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
Patch v26 #1391
Conversation
SDK now uses runtime API so the RPC version check is redundant
ef7bac2
to
c0e6c63
Compare
@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. |
There was a problem hiding this 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
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
c0e6c63
to
5ab306d
Compare
5ab306d
to
c0eff6d
Compare
provide warning for SubQuery less than v18.0.2
e57ed11
to
e5f8a84
Compare
Quality Gate passedIssues Measures |
/fast-forward |
Description
Backport v27 bug fixes + SQ ID padding
Breaking Changes
None
JIRA Link
Checklist