@polymeshassociation/polymesh-sdk 28.0.0-beta.4 โ 28.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,10 +1,27 @@
|
|
|
1
|
-
# [28.0.0
|
|
1
|
+
# [28.0.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v27.7.0...v28.0.0) (2025-07-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* ๐ allow specify customClaimTypeId for TrustedClaimIssuer ([7e54134](https://github.com/PolymeshAssociation/polymesh-sdk/commit/7e54134905d39bc935acf431019ef14d834f3c26))
|
|
7
|
+
* ๐ transferRestriction.getValues ([cc7ebe3](https://github.com/PolymeshAssociation/polymesh-sdk/commit/cc7ebe3b570c4ba85b69b5230a1c3b939700a3c4))
|
|
2
8
|
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
12
|
+
* โจ enhance asset getStats handling with scoped claims and custom claim types ([aa8d3c6](https://github.com/PolymeshAssociation/polymesh-sdk/commit/aa8d3c68bb823faf8bf871655ab78e71d63b5ece))
|
|
13
|
+
* ๐ธ add bytes wrapping to off chain payloads ([c115ade](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c115adecba05c73d0fbceb8be63424670860a144))
|
|
6
14
|
* ๐ธ Add support for locking an instruction ([9ce2db0](https://github.com/PolymeshAssociation/polymesh-sdk/commit/9ce2db077fd2eac1e91f5f86a3b87b9c5591bb3f))
|
|
15
|
+
* ๐ธ Add support for new lock status for instruction ([730a6a4](https://github.com/PolymeshAssociation/polymesh-sdk/commit/730a6a4c45c5948adb52973d6365ef33b0d78752))
|
|
16
|
+
* ๐ธ add support for sto funding method ([c7ac1ba](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c7ac1bae11c4abb60c0c1b7173769d174a739f62))
|
|
17
|
+
* ๐ธ allow multiSig signer to remove payer ([0d2ef15](https://github.com/PolymeshAssociation/polymesh-sdk/commit/0d2ef15bbabcebc65e67a9def37bd5a91a950ee6))
|
|
7
18
|
* ๐ธ Bump `@polymeshassociation/polymesh-types` to `6.2.0` ([fbf6882](https://github.com/PolymeshAssociation/polymesh-sdk/commit/fbf6882d0f5c14fb8a112335838b1b69da07443e))
|
|
19
|
+
* ๐ธ Enhance TransferRestrictions functionality and update related types ([90ac531](https://github.com/PolymeshAssociation/polymesh-sdk/commit/90ac5312ab7760626e445bdbbf1a157eac8c2ac8))
|
|
20
|
+
* ๐ธ Remove ability to set custodian of a default portfolio ([419dffc](https://github.com/PolymeshAssociation/polymesh-sdk/commit/419dffc2117a7e76dec42157fc28be4a084dee9e))
|
|
21
|
+
* ๐ธ remove CDD requirement for nominators in staking pallet ([a1b16d7](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a1b16d7dbbfe4280ba1a4816fe33b473059ad0c1))
|
|
22
|
+
* ๐ธ remove CDD requirement to transfer POLYX ([c5b7654](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c5b7654d58023c11836a9d9e1bf33fc4808ea937))
|
|
23
|
+
* ๐ธ Unify TransferRestriction API ([b83f895](https://github.com/PolymeshAssociation/polymesh-sdk/commit/b83f89578053f1b9c12e0598c1b7cd41f27ecaee))
|
|
24
|
+
* ๐ธ update `@polymeshassociation/polymesh-types` to `6.0.0` ([1a0a3a8](https://github.com/PolymeshAssociation/polymesh-sdk/commit/1a0a3a8ac935d639bd3504cc3bef43fdddec8ad8))
|
|
8
25
|
|
|
9
26
|
|
|
10
27
|
### BREAKING CHANGES
|
|
@@ -12,3 +29,6 @@
|
|
|
12
29
|
* ๐งจ Method `isLockedForExecution` has been been
|
|
13
30
|
changed to `getLockedInfo` in `Instruction` entity to give more
|
|
14
31
|
info about locked state
|
|
32
|
+
* ๐งจ Return of trustedClaimIssuers.get() will be an object for custom claim
|
|
33
|
+
containing customClaimTypeId
|
|
34
|
+
* ๐งจ TransferRestrictions no longer divided by type
|
|
Binary file
|