docs(example/cbdc): Migrate CBDC example frontend from JS to TS #1164
commitlint-pull-request.yaml
on: pull_request
commitlint
19s
Annotations
1 error
commitlint
You have commit messages with errors
⧗ input: docs(examples/cbdc): fix mismatch of fabric identities
* What I believe has been an update to the Fabric SDK has led the application to break due to having the Fabric identities hardcoded (for the Fabric-Ethereum ID mapping)
* An initial fix was deployed in #2802 but only the Mint function was changed
* This commit changes the crypto material files and reverts the workaround in PR #2802
* The crypto material is only used for testing and to show information in the frontend (e.g., requesting the balance of a specific user based on the identity)
* For critical operations, access control is being performed by the chaincode by using the call at the begining of the relevant methods
✖ body's lines must not be longer than 100 characters [body-max-line-length]
⚠ footer must have leading blank line [footer-leading-blank]
⚠ footer's lines must not be longer than 100 characters [footer-max-line-length]
✖ found 1 problems, 2 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|