github-actions
released this
16 Mar 12:19
·
41 commits
to master
since this release
0.4.0 (2022-03-16)
Bug Fixes
- origin packages build command tsconfig path (6edee48)
Features
- encrypt operator platform key and allow to configure custom SignerAdapter (1a9598a)
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