You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 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