github PolymeshAssociation/polymesh-sdk v27.0.0-alpha.11

pre-release8 hours ago

27.0.0-alpha.11 (2024-11-29)

Features

  • ๐ŸŽธ Add more info about historical proposal (f654bb1)
  • ๐ŸŽธ Drop support for chain 6.x (0d2aab2)

BREAKING CHANGES

  • ๐Ÿงจ 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
  • ๐Ÿงจ 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

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.