github PolymeshAssociation/polymesh-sdk v21.0.0-alpha.9

latest releases: v25.1.1, v25.1.1-beta.1, v25.1.1-alpha.1...
pre-release14 months ago

21.0.0-alpha.9 (2023-07-28)

Documentation

  • ✏️ Update README to point compatible version as 6.x.x (452159c)

Features

  • 🎸 Allow manual execution of failed instructions (4cfe8be)
  • 🎸 Drop support for Executed instruction status (e73a2e8)
  • 🎸 Update middleware types compatible with 6.0.0 chain (fd8ef98)
  • 🎸 update to accomodate new 6.0 types (995f0fd)
  • 🎸 update types to 6.0 (01baae0)

BREAKING CHANGES

  • 🧨 Investor Uniqueness methods have been removed.
    This removes the methods addInvestorUniquenessClaim,
    getInvestorUniquenessClaims from Claims entity.
  • 🧨 ClaimType enum drops the following values:
    InvestorUniqueness, InvestorUniquenessV2, NoType, NoData.
    Associated interfaces for these claim types have also been removed.
  • 🧨 AssetDetails interface drops support for requireInvestorUniquess
  • 🧨 CheckpointSchedule no longer has period attribute,
    instead has a new attribute pendingPoints, a Date array which points
    to date in future where checkpoints are scheduled to be created.
  • 🧨 CheckpointSchedule has also dropped start and complexity attributes.
  • 🧨 CalendarUnit and CalendarPeriod interfaces have been removed.
  • 🧨 Identity.getVenues no longer supports subscription
  • 🧨 Identity.getScopeId has been removed
  • 🧨 Instruction.reschedule has been removed. Failed instructions can
    use executeManually instead now
  • 🧨 InstructionStatus can now be distinguished between Success and
    Rejected status. InstructionStatus enum drops support for Executed
  • 🧨 CreateCheckpointScheduleParams now only contains points: Date[]
  • 🧨 Removed Executed from InstructionStatus enum
  • 🧨 drops 5.x support for chains

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.