fabric-private-chaincode
fabric-private-chaincode copied to clipboard
Multiple dependencies to Fabric Samples
The current repo contains three references to the Fabric Samples repository.
-
go.mod
: which is via the sample of the asset-transfer-basic. It refers to commit84f9ba1dc4ec
. -
samples/deployment/test-network
: which contains setup.sh, a script to clone fabric samples repo to use the test-network. It refers to commit50b69f6
-
integration/deployment_test.sh
: which clones the latest version of fabric samples to package and install theasset-transfer-basic/chaincode-go
during the integration test. It refers to the latest commit during test execution.
This inconsistency may render in potential issues when playing, building, and testing FPC. We may want to explore ways to keep these dependency in sync.