github PolymeshAssociation/polymesh-sdk v2.0.0-alpha.53

latest releases: v24.3.0-alpha.3, v24.3.0-alpha.2, v24.3.0-alpha.1...
pre-release3 years ago

2.0.0-alpha.53 (2020-11-29)

chore

  • add breaking changes to history (0b68f26)

Tests

BREAKING CHANGES

    • Interface AuthorizationStatus renamed to AffirmationStatus (Authorized renamed to Affirmed)
  • Interface InstructionAuthorization renamed to InstructionAffirmation, authorizationStatus property renamed to status
  • Instruction.getAuthorizations renamed to getAffirmations
  • Instruction.authorize renamed to affirm
  • Instruction.unauthorize renamed to withdraw
  • TrustedClaimIssuer entity renamed to DefaultTrustedClaimIssuer
  • Permission enum removed, replaced with Permissions interface (SecondaryKey.permissions is now a Permissions object, and the value property of the Authorization of type JoinIdentity is also Permissions instead of an array of Permission)
  • When adding a secondary key to an Identity via inviteAccount, the secondary key has no permissions by default (had all permissions before)
    • Interface InstructionType.SettleOnAuthorization changed to
      SettleOnAffirmation

Don't miss a new polymesh-sdk release

NewReleases is sending notifications on new releases.