github PolymeshAssociation/polymesh-sdk v22.0.0-alpha.1

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

22.0.0-alpha.1 (2023-08-22)

Bug Fixes

  • ๐Ÿ› asset.details on v5.4 (a0d4a66)
  • ๐Ÿ› instruction affirmation does not need leg count (#1017) (5aea612)

Documentation

  • โœ๏ธ Update README to point compatible version as 6.x.x (452159c)

Features

  • ๐ŸŽธ Add method to fetch historical authorizations (c6a0ebc)
  • ๐ŸŽธ Add method to get POLYX transactions for an account (fdf3060)
  • ๐ŸŽธ Allow manual execution of failed instructions (4cfe8be)
  • ๐ŸŽธ Drop support for Executed instruction status (e73a2e8)
  • ๐ŸŽธ merge alpha into beta (c7cb783)
  • ๐ŸŽธ remove react dependency (#1021) (0fb9955)
  • ๐ŸŽธ support 5.4 version for createAsset (55cd447)
  • ๐ŸŽธ 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.