James Taylor
James Taylor
The following samples should be extended with gateway app samples. We don't need to have a full matrix of all samples in a languages however. Items with a 'P' are...
Signed-off-by: James Taylor
It's not immediately obvious (to me!) how to build and test this repo so a Makefile might be useful
fabric-protos-go uses deprecated Go protobuf APIs so it would be good to update to the newer fabric-protos-go-apiv2 module. Since mixing the different APIs can be problematic, for example hyperledger/fabric-protos#181, it...
It is possible to create external [builders and launchers](https://hyperledger-fabric.readthedocs.io/en/release-2.2/cc_launcher.html) for Fabric, however there is no easy way to package chaincode for those builders and launchers. For example, Fabric now includes...
``` fatal: could not read Password for '[https://@github.com'](https://@github.com%27/): terminal prompts disabled ```
The new GHA build currently only works with the main branch and v0.3.x It also needs to run on the release-2.4 and release-2.5 branches, with the correct version for each...
>The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The current breaking change detection runs against the main branch, which is probably too strict. Everything should be fine as long as there are no breaking changes between tagged releases....
See the fabric-gateway [vulnerability-scan.yml](https://github.com/hyperledger/fabric-gateway/blob/main/.github/workflows/vulnerability-scan.yml) workflow for example