Skip to content

v29.0.0

Choose a tag to compare

@polymesh-bot polymesh-bot released this 02 Sep 13:14
· 4 commits to master since this release
9a27ac5

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