Skip to content

Releases: PolymeshAssociation/polymesh-sdk

v25.1.0-alpha.1

18 Sep 15:38
edc5a23
Compare
Choose a tag to compare
v25.1.0-alpha.1 Pre-release
Pre-release

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

17 Sep 15:10
dbd52d2
Compare
Choose a tag to compare
v25.0.1-beta.1 Pre-release
Pre-release

25.0.1-beta.1 (2024-09-17)

Bug Fixes

  • 🐛 allow joined account to accept join identity auth (afe08b5)

v25.0.1-alpha.1

13 Sep 13:13
dbd52d2
Compare
Choose a tag to compare
v25.0.1-alpha.1 Pre-release
Pre-release

25.0.1-alpha.1 (2024-09-13)

Bug Fixes

  • 🐛 allow joined account to accept join identity auth (afe08b5)

v24.7.1

11 Sep 16:34
fe2e6dd
Compare
Choose a tag to compare

24.7.1 (2024-09-11)

Bug Fixes

  • 🐛 revert mistaken breaking changes in v24 (fe2e6dd)

v23.3.0

11 Sep 16:45
cf65c1d
Compare
Choose a tag to compare

23.3.0 (2024-09-11)

Features

  • 🎸 Add support for latest SQ (cf65c1d)

v25.0.0

11 Sep 13:13
978e4de
Compare
Choose a tag to compare

25.0.0 (2024-09-11)

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-beta.1

10 Sep 19:39
978e4de
Compare
Choose a tag to compare
v25.0.0-beta.1 Pre-release
Pre-release

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

09 Sep 18:59
fbf6718
Compare
Choose a tag to compare
v25.0.0-alpha.1 Pre-release
Pre-release

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

06 Sep 07:39
d7a219f
Compare
Choose a tag to compare
v24.8.0-alpha.1 Pre-release
Pre-release

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

30 Aug 15:15
752fe88
Compare
Choose a tag to compare

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 to TransactionPayload (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)