github PolymeshAssociation/polymesh-sdk v19.0.0-alpha.1

latest releases: v25.1.1, v25.1.1-beta.1, v25.1.1-alpha.1...
pre-release22 months ago

19.0.0-alpha.1 (2022-11-15)

Features

  • ๐ŸŽธ Add Metadata namespace and MetadataEntry entity (db6dfa1)
  • ๐ŸŽธ Add procedure to register new local asset metadata (52e4254)
  • ๐ŸŽธ Add procedure to set value + details for metadata entry (a023bd7)
  • ๐ŸŽธ add result to successfully ran transactions (#859) (226c45d)
  • ๐ŸŽธ allow lifetime param for mortal procedure opts (#865) (d0c5068)
  • ๐ŸŽธ allow specifying transaction mortality (#862) (63db493)
  • ๐ŸŽธ DA-426 Export MetadataEntry from types (addcb99)
  • ๐ŸŽธ Get global asset metadata (4eecc1c)
  • ๐ŸŽธ Remove deprecated code (318c531)

BREAKING CHANGES

  • ๐Ÿงจ Following methods now have been removed:
  • Account.hasPermissions in favour of AssetPermissions.checkPermissions
  • Asset.modifyPrimaryIssuanceAgent, CorporateActions.setAgent in
    favor of Permissions.inviteAgent
  • Asset.removePrimaryIssuanceAgent, CorporateActions.removeAgent in
    favour of Permissions.removeAgent
  • Settlements.canSettle, Requirements.canSettle in favour of Settlements.canTransfer
  • Identity.hasRoles in favour of Identity.checkRoles
  • Identity.getPendingInstructions in favour of Identity.getInstructions
  • Venue.getPendingInstructions in favour of Venue.getInstructions

๐Ÿงจ primaryIssuanceAgents has been removed from interface AssetDetails

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.