7.0.0-alpha.5 (2021-07-14)
Bug Fixes
- change Instruction.exists to compare id and instructionCounter (60af6d3)
- fix getSecondaryKeys to return them when no account is set (6796aa0)
- instructions: change InstructionStatus enum to support new values (4e89fc6)
- procedure: allow running procedures without an initial pkey (2d6ed14)
- root: allow instancing the SDK without an account (2d83614)
Features
- identity: move getSecondaryKeys from CurrentIdentity to Identity (0165d02)
- instruction: rename Instruction.exists to Instruction.isPending (b9c1c92)
- instructions: add endpoint to fetch current instruction status (ec8b9e7)
- settlements: add endpoint to fetch a venue by its id (f211576)
- settlements: add getInstruction endpoint (8addb59)
- support signer and account management (0c0a7e2)
BREAKING CHANGES
- instructions:
Unknow
value has been removed from InstructionStatus enum - instruction: Previous behaviour of
Instruction.exists
is replaced byInstrucion.isPending