Harsh Sharma
Harsh Sharma
Currently, because of committing the `package-lock.json` file, our commit diffs have a lot of noise. Furthermore, it is very difficult to resolve merge conflicts inside of the file, as it...
PR #338 added in tests for the Datalock chaincode written in Go-lang. At the moment, test reports are published for the results of the tests of the TypeScript chaincode, with...
Normally, static code analysis is performed first at the developer's local system before it is run on the CI. This will help us enforce code formatting and styles to an...
Currently, in the `utility-emissions` project, NPM package `crypto-js` is being used for all cryptographic needs. However, it does not extend support for AES-512 encryption. Moreover, `crypto-js` has lower performance when...