·
184 commits
to master
since this release
0.6.0 (2021-12-30)
Bug Fixes
- deps: update dependency @nestjs/config to v1.0.2 (8bf0044)
- deps: update dependency @nestjs/swagger to v5.1.4 (6d704a5)
- deps: update dependency chai to v4.3.4 (4cda837)
- deps: update dependency class-validator to v0.13.2 (684367a)
- deps: update dependency polly-js to v1.8.3 (454be1d)
- deps: update dependency swagger-ui-express to v4.2.0 (aaf518c)
- deps: update dependency typeorm to v0.2.39 (f872cf4)
- deps: update dependency typeorm to v0.2.40 (c13fb63)
- deps: update dependency typeorm to v0.2.41 (ea80dda)
- issuer-api: fix certificate created transaction (1e483b5)
- issuer-api: fix get all certs query (b0fd179)
- issuer-api: handle multiple certificates created at once (4995022)
- issuer-api: Only emit CertificateUpdated and Persisted events after changes are commited to db (3a4aa0c)
- issuer-api: properly run all the tests (3465373)
- issuer-api: properly save metadata field (5fa05df)
- issuer-api: stabilize transaction-logs tests (51c2be7)
- issuer-api: throw appropriate error for transactions on non-existing certificate (41226da)
- issuer-api: throw if tried to claim empty batch (7ef12c2)
- origin-backend: updated typeorm and fixed issues with it (171e7f4)
Features
- exchange-irec: Export from Exchange to I-REC (09c0a7f)
- issuer-api: allow to query certificates by more fields (8d3a60b)
- issuer-api: allow to query certs by generationEnd frame (2c22793)
- issuer-api: Return transaction hashes for each blockchain interaction (2bb6aa3)
BREAKING CHANGES
- issuer-api: The Issuer API no longer waits for the blockchain transactions to be mined, but returns a transaction hash to the user and delegates checking if the transaction has been mined to the API user