9.0.0-alpha.4 (2021-08-27)
Features
BREAKING CHANGES
-
- deprecate
NoData
,Custom
,TransferPrimaryIssuanceAgent
andTransferCorporateActionAgent
authorization types. Attempting to accept/reject authorizations of these types will result in
an error
- deprecate
- throw a specific error when consuming an expired
JoinIdentity
orAddMultiSigSigner
authorization - throw a specific error if attempting to run a Procedure that requires Identity roles without an
Identity. Add anoIdentity
property to theProcedureAuthorizationStatus
interface to
reflect this scenario (affects the result ofcheckAuthorization
in procedure methods)