github PolymeshAssociation/polymesh-sdk v22.0.0

latest releases: v24.7.0-alpha.4, v24.7.0-alpha.3, v24.7.0-alpha.2...
10 months ago

22.0.0 (2023-09-05)

Bug Fixes

  • ๐Ÿ› asset.details on v5.4 (a0d4a66)
  • ๐Ÿ› canTransfer method for 5.4 with dual version (d2a5e6f)
  • ๐Ÿ› create custom asset type for v6 (8d730cb)
  • ๐Ÿ› instruction affirmation does not need leg count (#1017) (5aea612)
  • ๐Ÿ› offering and move funds for 5.4 (fd34a43)
  • ๐Ÿ› unwrap fundraiser for 5.4 chains (c782e67)

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 middleware V1 (fd9e27e)
  • ๐ŸŽธ Remove middleware v1 ordering (530fd88)
  • ๐ŸŽธ remove react dependency (#1021) (0fb9955)
  • ๐ŸŽธ support 5.4 version for createAsset (55cd447)
  • ๐ŸŽธ Update dependencies (49431e5)
  • ๐ŸŽธ Update middleware types compatible with 6.0.0 chain (fd8ef98)
  • ๐ŸŽธ update to accomodate new 6.0 types (995f0fd)
  • ๐ŸŽธ update types to 6.0 (01baae0)

Performance Improvements

  • โšก๏ธ improve startup time (e4397b9)
  • โšก๏ธ read gensis hash from saved value (bdb8bfe)

BREAKING CHANGES

  • ๐Ÿงจ TransactionOrderByInput has been removed in favour
    of ExtrinsicsOrderBy
  • ๐Ÿงจ Removed middleware from ConnectParams
  • ๐Ÿงจ Remove all the V2 methods added for middlewareV2 support. V1 methods now directly query middleware V2
  • ๐Ÿงจ 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[]

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.