Skip to content

Conversation

@polymath-eric
Copy link
Contributor

@polymath-eric polymath-eric commented Nov 29, 2024

Description

Test run: PolymeshAssociation/middleware-tests#45

Breaking Changes

JIRA Link

Checklist

  • Updated the Readme.md (if required) ?

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).
@polymath-eric polymath-eric requested a review from a team as a code owner November 29, 2024 17:53
@polymath-eric polymath-eric marked this pull request as draft November 29, 2024 17:58
BREAKING CHANGE: 🧨 SDK no longer supports chain 6.x
- Drops support for `6.3` spec version
- type of `signers` has been changed to `Account` type in `MultiSigDetails` and `MultiSigSigners`.
This affects `details` method in `MultiSig` entity and `getMultiSigSigners` in `Identity` entity
- Deprecated `getSubsidy` method of the `Account` entity has been removed.
- Deprecated `ticker` field has been removed from the interface `MetadataKeyId`. This affects
`getCollectionKeys` method from `NftCollection` entity
- Deprecated `ticker` field has been removed from `HumanReadable` interfaces for these entities:
`Checkpoint`, `CheckpointSchedule`, `CorporateAction`, `DividendDistribution`,
`CustomPermissionGroup`, `KnownPermissionGroup`, `MetadataEntry`, `Offering`,
- `Ticker` value has been removed from `ScopeType` enum
- `ticker` field has been renamed to `assetId` in `ClaimScope` interface
- Deprecated `did` and `ticker` fields of the `BaseAsset` entity have been removed.
- Deprecated `joinCreator` method of `MultiSig` entity has been removed
BREAKING CHANGE: 🧨 Return type of `MultiSig.getHistoricalProposals` is now changed to
`ResultSet<HistoricalMultiSigProposal>` to provide more info about the
proposal. This will allow get know information about prunded proposals
as well
@prashantasdeveloper
Copy link
Contributor

🎉 This PR is included in version 27.0.0-alpha.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

@polymath-eric polymath-eric marked this pull request as ready for review November 29, 2024 19:32
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
VictorVicente
VictorVicente previously approved these changes Dec 2, 2024
@prashantasdeveloper
Copy link
Contributor

🎉 This PR is included in version 27.0.0-alpha.12 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 2, 2024

@polymath-eric polymath-eric changed the title Alpha Alpha -> beta (pad SQ IDs) Dec 2, 2024
@polymath-eric
Copy link
Contributor Author

/fast-forward

@prashantasdeveloper prashantasdeveloper merged commit b326c42 into beta Dec 2, 2024
31 checks passed
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.

4 participants