@polymeshassociation/polymesh-sdk 24.3.0-alpha.6 → 24.3.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,6 +1,12 @@
1
- # [24.3.0-alpha.6](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.3.0-alpha.5...v24.3.0-alpha.6) (2024-05-03)
1
+ # [24.3.0](https://github.com/PolymeshAssociation/polymesh-sdk/compare/v24.2.1...v24.3.0) (2024-05-06)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
+ * 🎸 Add `getMultiSigSigners` to `Identity` ([b546650](https://github.com/PolymeshAssociation/polymesh-sdk/commit/b546650fb648422f1deceb794ea8e29610bf70e6))
6
7
  * 🎸 Add method to get all fungible asset metadata details ([14909d2](https://github.com/PolymeshAssociation/polymesh-sdk/commit/14909d266ab8c7c290fa3b9258e25ce073a51ccb))
8
+ * 🎸 allow connection to nodes over http(s) ([bfb3cd2](https://github.com/PolymeshAssociation/polymesh-sdk/commit/bfb3cd2d553da88cb9f0cda7745d23255278533d))
9
+ * 🎸 get historical multisig proposals ([ea3be3d](https://github.com/PolymeshAssociation/polymesh-sdk/commit/ea3be3d48f538034923e69606f386a834d1e9c46))
10
+ * 🎸 getPendingProposals on Account if it is MultiSig ([d1951ce](https://github.com/PolymeshAssociation/polymesh-sdk/commit/d1951ce89cdb4712fab6fa4cd8397517836657d9))
11
+ * 🎸 return only Active proposals ([5197e84](https://github.com/PolymeshAssociation/polymesh-sdk/commit/5197e847e05d25e0f2427d7ddc3b1e79279d5e3d))
12
+ * 🎸 update Procedure.run to work over http connection ([a2857cb](https://github.com/PolymeshAssociation/polymesh-sdk/commit/a2857cb733bfcc051eed7940c0b70e65653cc5c1))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymeshassociation/polymesh-sdk",
3
- "version": "24.3.0-alpha.6",
3
+ "version": "24.3.0",
4
4
  "description": "High-level API to interact with the Polymesh blockchain",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",