@polymeshassociation/polymesh-sdk 30.2.0-beta.5 → 30.2.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,6 +1,20 @@
|
|
|
1
|
-
# [30.2.0
|
|
1
|
+
# [30.2.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v30.1.0...v30.2.0) (2026-08-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 correct v8 off-chain settl. receipt expiry & encoding ([5aeb8b2](https://github.com/PolymeshAssociation/polymesh-sdk/commit/5aeb8b2bb456234f07c370e4a832ae6365895f95))
|
|
7
|
+
* 🐛 correct v8 POLYX balance calculation and expose reserved/frozen ([0e7da8c](https://github.com/PolymeshAssociation/polymesh-sdk/commit/0e7da8c3b8a07ee0f1fad72b31a1b28e60927155))
|
|
8
|
+
* 🐛 support signers that return a signed transaction ([326bb89](https://github.com/PolymeshAssociation/polymesh-sdk/commit/326bb8911effb75c31e9a1aed44a58430615112e))
|
|
2
9
|
|
|
3
10
|
|
|
4
11
|
### Features
|
|
5
12
|
|
|
13
|
+
* 🎸 add `unlockInstruction` to complete the lock/relock cycle ([463b693](https://github.com/PolymeshAssociation/polymesh-sdk/commit/463b69315099fe1fbb63124316994421209d4580))
|
|
14
|
+
* 🎸 add Assets.getTickerRegistrationConfig getter ([b099fc1](https://github.com/PolymeshAssociation/polymesh-sdk/commit/b099fc12f5e209497c03feed555a6d25e8856677))
|
|
15
|
+
* 🎸 add BaseAsset.getIssuedInFundingRound getter ([3ecab6b](https://github.com/PolymeshAssociation/polymesh-sdk/commit/3ecab6bd1bc34b1840aa3d1930a5cf19d31012f3))
|
|
16
|
+
* 🎸 add getters for fetching legs status and signer count ([a96b1f9](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a96b1f91529553614b7b56283d66b047a50999d2))
|
|
17
|
+
* 🎸 add portfolio-level asset pre-approval ([4da134a](https://github.com/PolymeshAssociation/polymesh-sdk/commit/4da134a89ae9634676587534e220629f803370cc))
|
|
18
|
+
* 🎸 add Portfolio.preApprovedAssets getter ([4b9cd5e](https://github.com/PolymeshAssociation/polymesh-sdk/commit/4b9cd5e8855465f693471e0d7228ee04bbffad2e))
|
|
6
19
|
* 🎸 add registerDid procedure for registrar-gated DID registration ([f5eab1e](https://github.com/PolymeshAssociation/polymesh-sdk/commit/f5eab1ed9876406c0e3cb86eacc1f166cd5d1e9d))
|
|
20
|
+
* 🎸 validate new ticker length against live chain TickerConfig ([d6ec0ca](https://github.com/PolymeshAssociation/polymesh-sdk/commit/d6ec0ca65aef3b819603dad703b90db747cd37af))
|
|
Binary file
|