·
41 commits
to master
since this release
0.7.0 (2022-03-15)
Bug Fixes
- issuer-api certificate version type (c1603c7)
- optimize issuer and issuer-api transfer and claim (088e0e0)
- origin packages build command tsconfig path (6edee48)
- return unecrypted key immediately if the key was just encrypted (5a924b1)
Features
- allow claim data to be more generic (188d75c)
- encrypt operator platform key and allow to configure custom SignerAdapter (1a9598a)
- extend irec claim data (#3336) (051544d)
- Remove transaction log from issuer-api (#3298) (fa9a72b)
BREAKING CHANGES
-
- user needs to provide either OPERATOR_ENCRYPTION_KEY variable or custom signer adapter (see README)
- existing operator keys are automatically migrated and encrypted (during first usage)
- new entity (SignerEntity) needs to be added to TypeORM.forRoot
- if blockchainProperties are created manually via SQL, then
issuer_signer
table needs to be populated with encryption key, that can be created usingencryptOperatorKey
function