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 fromClaimType
to
ClaimTypeInput
- ๐งจ
InvestInOfferingParams
has been changed to
acceptfundingPortfolio
optionally when off chain investment is being done.
NewoffChainFundingReceipt
andoffChainTicker
are required when
specifying off chain investment - ๐งจ changes data structure returned by methods
(Identity.getHistoricalInstructions &
Settlements.getHistoricalInstructions) - ๐งจ Return type of
setSigningAccount
inPolymesh
class
has been changed fromPromise<void>
tovoid