github PolymeshAssociation/polymesh-sdk v24.0.0

latest releases: v24.7.0-alpha.2, v24.7.0-alpha.1, v24.6.0...
2 months ago

24.0.0 (2024-04-04)

Bug Fixes

  • ๐Ÿ› allow exec manual to be batched with affirm instruction (7e5b064)
  • ๐Ÿ› allow mediators to affirm when not involved in trade (ef624a6)
  • ๐Ÿ› Correct the logic of nft.exists (b9a85c8)
  • ๐Ÿ› crash due to unhandled promise rejection (2926ff0), closes #1116
  • ๐Ÿ› execute manual instruction type (5158e99)
  • ๐Ÿ› TypeError: claimTypes.map is not a function (e47d363)
  • ๐Ÿ› Update the logic of Nft.exists (7602983)

Features

  • ๐ŸŽธ add .modify to nft collection (5c5b1d3)
  • ๐ŸŽธ add {affirm,reject,withdraw}_as_mediator to Instruction (3db0714)
  • ๐ŸŽธ add getVenueFilteringDetails for assets (9ff1dec)
  • ๐ŸŽธ Add isModifiable method to MetadataEntry (0eb78fd)
  • ๐ŸŽธ add asset required mediators functions (e5baa73)
  • ๐ŸŽธ add getMediators to Instruction (cf7ca25)
  • ๐ŸŽธ Add method isLocked to NFT (8a2e8ef)
  • ๐ŸŽธ Add method to get owner of a NFT (8689ec4)
  • ๐ŸŽธ Add new attributes to HistoricAssetTransaction (5e808b8)
  • ๐ŸŽธ add nftCollection.controller transfer (4732ba2)
  • ๐ŸŽธ add polymesh-types to dev deps (9d4b022)
  • ๐ŸŽธ Add procedure to clear an Asset Metadata value (eb7a058)
  • ๐ŸŽธ Add procedure to remove a local Asset Metadata (fd1e973)
  • ๐ŸŽธ add toSignablePayload() to procedures (e932826)
  • ๐ŸŽธ add type annotations for submitTransaction return (b8b9936)
  • ๐ŸŽธ adds ability to pre-approve receiving assets (c576e58)
  • ๐ŸŽธ allow creation of custody portfolios (057e215)
  • ๐ŸŽธ allow offline payloads without signing manager (c38ec84)
  • ๐ŸŽธ allows for optional field mediators for instructions (11a3011)
  • ๐ŸŽธ check for existing Identity (d23f0fa)
  • ๐ŸŽธ check venue filtering when making an instruction (814e3cc)
  • ๐ŸŽธ get a list of allowed custodian dids (a989193)
  • ๐ŸŽธ getTransactionHistory for all Portfolios for Identity (1d52498)
  • ๐ŸŽธ reduce min balance needed to affirm (1e28475)
  • ๐ŸŽธ update defs based on importred types (ff5343d)
  • ๐ŸŽธ Update middleware types with SQ v12.2.0-alpha.2 (7dff4b0)
  • ๐ŸŽธ Update polkadot types using 6.1.1 chain (f8759ae)
  • ๐ŸŽธ update version check for 6.2 (8ba2a59)
  • ๐ŸŽธ use polymesh-types to generate defs (cc95fe4)

BREAKING CHANGES

  • ๐Ÿงจ procedure will not throw if signingAccount isn't present in the signing
    manager upon preparation. The check is now performed during .run()

โœ… Closes: DA-936

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.