Skip to content

Commit

Permalink
chore: add breaking changes to history
Browse files Browse the repository at this point in the history
This commit is empty, its only purpose is to update the list of breaking changes

BREAKING CHANGE:
- 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)
  • Loading branch information
monitz87 committed Nov 29, 2020
1 parent ebc2357 commit 0b68f26
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0b68f26

Please sign in to comment.