@polymeshassociation/polymesh-sdk 24.7.0-beta.3 → 24.7.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/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,35 @@
|
|
|
1
|
-
# [24.7.0
|
|
1
|
+
# [24.7.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.6.0...v24.7.0) (2024-08-30)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
+
* 🐛 `multiSig.getHistoricalProposal` errors ([f72cb68](https://github.com/PolymeshAssociation/polymesh-sdk/commit/f72cb68c843f293f11768ce37668eb3586a04647))
|
|
6
7
|
* 🐛 correct key for querying transfer restriction exemptions ([1b9473f](https://github.com/PolymeshAssociation/polymesh-sdk/commit/1b9473ffcd7c0ee66a150081fdab84df9cd77b33))
|
|
7
8
|
* 🐛 fix setTransferRestrictions to affect only the scope ([4e8bb9b](https://github.com/PolymeshAssociation/polymesh-sdk/commit/4e8bb9bddc945ace26b164e93e1712a68de29bbc))
|
|
9
|
+
* 🐛 get portfolio transactions error ([7612431](https://github.com/PolymeshAssociation/polymesh-sdk/commit/76124313918412291dc94291f2322e1d3156c0ae))
|
|
10
|
+
* 🐛 return MultiSig from getAccount with no signers ([a9f97cb](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a9f97cbbbf95af8fd33b8b4273008f91335e342a))
|
|
11
|
+
* 🐛 throw catchable connect errors ([8f120ca](https://github.com/PolymeshAssociation/polymesh-sdk/commit/8f120ca02241edca5dff9dea63b7a7cebb359e4d))
|
|
8
12
|
|
|
9
13
|
|
|
10
14
|
### Features
|
|
11
15
|
|
|
16
|
+
* 🎸 add `isMultiSigAccount` typeguard ([c85a3a8](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c85a3a8a2879960dbb862b3253d75e0e6f488846))
|
|
17
|
+
* 🎸 add `MultiSig.joinCreator` method ([1af7911](https://github.com/PolymeshAssociation/polymesh-sdk/commit/1af79110ed79ae8988ae9b353d7e9d4d359f2451))
|
|
18
|
+
* 🎸 add `multiSig` to `TransactionPayload` ([0e86f7b](https://github.com/PolymeshAssociation/polymesh-sdk/commit/0e86f7b2a3a79dffab220a86a29a1e84604308bd))
|
|
12
19
|
* 🎸 add `result` when submitting offline transactions ([a6e53bb](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a6e53bb7ab10c3f1b5584288c6089387551372fd))
|
|
20
|
+
* 🎸 Add method to generate offchain affirmation receipt ([1f279b8](https://github.com/PolymeshAssociation/polymesh-sdk/commit/1f279b8253ec229c051f3efdef3aa08d4bf457d6))
|
|
21
|
+
* 🎸 Add method to get allowed signers for a venue ([7d50d0f](https://github.com/PolymeshAssociation/polymesh-sdk/commit/7d50d0f21e6daff90a23e82a051fa85cde9c61e0))
|
|
22
|
+
* 🎸 Add method to get off chain receipts used by an account ([8845de9](https://github.com/PolymeshAssociation/polymesh-sdk/commit/8845de93125c0aa3f3bc24e9a7623ac6488162f8))
|
|
23
|
+
* 🎸 Add methods to get off chain affirmations ([dc3ae78](https://github.com/PolymeshAssociation/polymesh-sdk/commit/dc3ae787c2623fc5217c0d37ab0ed8f5daea3239))
|
|
24
|
+
* 🎸 Add option to add/remove venue signers ([b6da75f](https://github.com/PolymeshAssociation/polymesh-sdk/commit/b6da75f01ed5e0afb54f01cf0ecba88c6ae6c533))
|
|
25
|
+
* 🎸 Add procedure to add secondary accounts to an Identity ([5053f00](https://github.com/PolymeshAssociation/polymesh-sdk/commit/5053f00202b36fb389b779e6478de67d8baaece3))
|
|
26
|
+
* 🎸 Add procedure to create multiple child identities ([8496491](https://github.com/PolymeshAssociation/polymesh-sdk/commit/8496491c70e33bd1c26859b945dbba8a7cbc39f2))
|
|
13
27
|
* 🎸 Add support for latest SQ ([752fe88](https://github.com/PolymeshAssociation/polymesh-sdk/commit/752fe88c671e328c6efbd8ee2d194849f3f86333))
|
|
28
|
+
* 🎸 Add support for off-chain settlements ([e06ac80](https://github.com/PolymeshAssociation/polymesh-sdk/commit/e06ac80bef7189a8169cd8fcb7f0895cc97fe105))
|
|
29
|
+
* 🎸 Add support for settlements V2 ([dcc13a3](https://github.com/PolymeshAssociation/polymesh-sdk/commit/dcc13a3e9140ce492f8fdf0c3eb67e7c936afe29))
|
|
30
|
+
* 🎸 allow MultiSig signers to submit proposals ([699fad7](https://github.com/PolymeshAssociation/polymesh-sdk/commit/699fad7abc433a2e387455694e83b6eac7059f5b))
|
|
31
|
+
* 🎸 Bump supported spec version to 6.3 ([4920a51](https://github.com/PolymeshAssociation/polymesh-sdk/commit/4920a517d4549d1c7b7e329c1152b79e97f3496d))
|
|
32
|
+
* 🎸 export MultiSigProposal type ([c3a0b80](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c3a0b80b99e0d419bc1e3532db571be390eb7495))
|
|
14
33
|
* 🎸 get set stats for transfer restrictions ([023a9e1](https://github.com/PolymeshAssociation/polymesh-sdk/commit/023a9e119b1320c0fcaa275232f6b92efd0d1829))
|
|
34
|
+
* 🎸 remove updated_at in queries ([2789470](https://github.com/PolymeshAssociation/polymesh-sdk/commit/27894704a0ab54e00720e23bae8d37e14947bf71))
|
|
35
|
+
* 🎸 Use `currentAssetMetadataLocalKey` to get next local ID ([c3761c4](https://github.com/PolymeshAssociation/polymesh-sdk/commit/c3761c4cb9fb445f23618a76a47cea608016a2b8))
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|