github PolymeshAssociation/polymesh-sdk v29.0.0

one day ago

29.0.0 (2025-09-02)

Bug Fixes

  • ๐Ÿ› add count to AssetHolders.get (ca7da82)
  • ๐Ÿ› check for unique points in createCheckpointSchedule (819f92d)
  • ๐Ÿ› fix import not found error (a2632be)
  • ๐Ÿ› return ResultSet for getHistoricalInstructions (080b110)

chore

  • ๐Ÿค– update ESLint rules to enforce better coding practices (4263a4b)

Features

  • ๐ŸŽธ Add method to enable off chain funding for an offering (a7456d5)
  • ๐ŸŽธ Add support for filtering custom claim types (9a27ac5)
  • ๐ŸŽธ Add support for offchain funding method for sto.invest (c6a961b)

BREAKING CHANGES

  • ๐Ÿงจ Type of attribute claimTypes (present as filtering option in getters
    in number of methods in Claims namespace ) has been changed from ClaimType to
    ClaimTypeInput
  • ๐Ÿงจ InvestInOfferingParams has been changed to
    accept fundingPortfolio optionally when off chain investment is being done.
    New offChainFundingReceipt and offChainTicker are required when
    specifying off chain investment
  • ๐Ÿงจ changes data structure returned by methods
    (Identity.getHistoricalInstructions &
    Settlements.getHistoricalInstructions)
  • ๐Ÿงจ Return type of setSigningAccount in Polymesh class
    has been changed from Promise<void> to void

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.