@polymeshassociation/polymesh-sdk 29.0.0-next.6 โ 29.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
1
|
-
# [29.0.0
|
|
1
|
+
# [29.0.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v28.0.0...v29.0.0) (2025-09-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* ๐ add count to AssetHolders.get ([ca7da82](https://github.com/PolymeshAssociation/polymesh-sdk/commit/ca7da82a16edf7d5dcab6e87f8baa34e3251f433))
|
|
7
|
+
* ๐ check for unique points in createCheckpointSchedule ([819f92d](https://github.com/PolymeshAssociation/polymesh-sdk/commit/819f92d6c2e01f77d9b3449e67205439d747f91d))
|
|
8
|
+
* ๐ fix import not found error ([a2632be](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a2632be339063ea2bf76d3e1cecd45ce90246326))
|
|
9
|
+
* ๐ return ResultSet for getHistoricalInstructions ([080b110](https://github.com/PolymeshAssociation/polymesh-sdk/commit/080b110ab18b7120af8565572c5a155b236bebbc))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### chore
|
|
13
|
+
|
|
14
|
+
* ๐ค update ESLint rules to enforce better coding practices ([4263a4b](https://github.com/PolymeshAssociation/polymesh-sdk/commit/4263a4b4c1ae0fb32e26a170f86d3836d381ba20))
|
|
2
15
|
|
|
3
16
|
|
|
4
17
|
### Features
|
|
5
18
|
|
|
19
|
+
* ๐ธ Add method to enable off chain funding for an offering ([a7456d5](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a7456d52eb94eb1d2138bc39a31d14599bb023db))
|
|
6
20
|
* ๐ธ Add support for filtering custom claim types ([9a27ac5](https://github.com/PolymeshAssociation/polymesh-sdk/commit/9a27ac54ebd69b46260e45f728edfcf741d40bf1))
|
|
21
|
+
* ๐ธ Add support for offchain funding method for sto.invest ([c6a961b](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c6a961bc413c2637719c3fcefb588327fefbbcdd))
|
|
7
22
|
|
|
8
23
|
|
|
9
24
|
### BREAKING CHANGES
|
|
@@ -11,3 +26,12 @@
|
|
|
11
26
|
* ๐งจ Type of attribute `claimTypes` (present as filtering option in getters
|
|
12
27
|
in number of methods in Claims namespace ) has been changed from `ClaimType` to
|
|
13
28
|
`ClaimTypeInput`
|
|
29
|
+
* ๐งจ `InvestInOfferingParams` has been changed to
|
|
30
|
+
accept `fundingPortfolio` optionally when off chain investment is being done.
|
|
31
|
+
New `offChainFundingReceipt` and `offChainTicker` are required when
|
|
32
|
+
specifying off chain investment
|
|
33
|
+
* ๐งจ changes data structure returned by methods
|
|
34
|
+
(Identity.getHistoricalInstructions &
|
|
35
|
+
Settlements.getHistoricalInstructions)
|
|
36
|
+
* ๐งจ Return type of `setSigningAccount` in `Polymesh` class
|
|
37
|
+
has been changed from `Promise<void>` to `void`
|
|
Binary file
|