Releases: PolymeshAssociation/polymesh-sdk
Releases · PolymeshAssociation/polymesh-sdk
v25.1.0-alpha.1
25.1.0-alpha.1 (2024-09-18)
Bug Fixes
- 🐛 allow joined account to accept join identity auth (afe08b5)
Features
- 🎸 update chain types to latest (edc5a23)
v25.0.1-beta.1
v25.0.1-alpha.1
v24.7.1
v23.3.0
v25.0.0
v25.0.0-beta.1
25.0.0-beta.1 (2024-09-10)
Bug Fixes
- 🐛 allow reject a proposal by creator with no other votes (ef4e564)
Features
- 🎸
getLegs
can now return off-chain legs (fbf6718) - 🎸 allow modify required signatures for multiSig (7e28582)
BREAKING CHANGES
- 🧨 getLegs may return off-chain legs
v25.0.0-alpha.1
25.0.0-alpha.1 (2024-09-09)
Features
- 🎸
getLegs
can now return off-chain legs (fbf6718)
BREAKING CHANGES
- 🧨 getLegs may return off-chain legs
v24.8.0-alpha.1
24.8.0-alpha.1 (2024-09-06)
Bug Fixes
- 🐛 allow reject a proposal by creator with no other votes (ef4e564)
Features
- 🎸 allow modify required signatures for multiSig (7e28582)
v24.7.0
24.7.0 (2024-08-30)
Bug Fixes
- 🐛
multiSig.getHistoricalProposal
errors (f72cb68) - 🐛 correct key for querying transfer restriction exemptions (1b9473f)
- 🐛 fix setTransferRestrictions to affect only the scope (4e8bb9b)
- 🐛 get portfolio transactions error (7612431)
- 🐛 return MultiSig from getAccount with no signers (a9f97cb)
- 🐛 throw catchable connect errors (8f120ca)
Features
- 🎸 add
isMultiSigAccount
typeguard (c85a3a8) - 🎸 add
MultiSig.joinCreator
method (1af7911) - 🎸 add
multiSig
toTransactionPayload
(0e86f7b) - 🎸 add
result
when submitting offline transactions (a6e53bb) - 🎸 Add method to generate offchain affirmation receipt (1f279b8)
- 🎸 Add method to get allowed signers for a venue (7d50d0f)
- 🎸 Add method to get off chain receipts used by an account (8845de9)
- 🎸 Add methods to get off chain affirmations (dc3ae78)
- 🎸 Add option to add/remove venue signers (b6da75f)
- 🎸 Add procedure to add secondary accounts to an Identity (5053f00)
- 🎸 Add procedure to create multiple child identities (8496491)
- 🎸 Add support for latest SQ (752fe88)
- 🎸 Add support for off-chain settlements (e06ac80)
- 🎸 Add support for settlements V2 (dcc13a3)
- 🎸 allow MultiSig signers to submit proposals (699fad7)
- 🎸 Bump supported spec version to 6.3 (4920a51)
- 🎸 export MultiSigProposal type (c3a0b80)
- 🎸 get set stats for transfer restrictions (023a9e1)
- 🎸 remove updated_at in queries (2789470)
- 🎸 Use
currentAssetMetadataLocalKey
to get next local ID (c3761c4)