fabric-samples/ci/scripts
Matthew B White 67ae2c9d02 Correct the private data collection information
For the asset transfer example (https://hyperledger-fabric.readthedocs.io/en/release-2.5/private_data_tutorial.html#pd-use-case)
the are three private data collections, one per org and one shared between the orgs.

The shared collection didn't have an endorsement policy so inheritted the chaincodes; this was specifically set away from the default
to be OR(Org1MSP,Org2MSP).   The documentation says this is to ensure that either organization can create and asset.

However this isn't really necassary, the endorsement policy should be lowest level; so this PR moves the endorsement policy to
the collection.  The documentation does I believe lead to a false understanding

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
2023-03-22 16:19:56 -04:00
..
lint-go.sh Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
lint-java.sh Add in 2.5 java test (#917) 2023-01-25 09:03:46 -05:00
lint-javascript.sh Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
lint-shell.sh Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
lint-typescript.sh Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
lint.sh Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
run-k8s-test-network-basic.sh Update k8s CC builder to v7.2; Use *.localho.st loopback domain; Optionally bind docker reg to 0.0.0.0 (#811) 2022-08-08 12:05:48 +01:00
run-test-network-basic.sh Add debug logging to CI scripts (#1007) 2023-03-17 13:11:30 +00:00
run-test-network-events.sh Java gateway application sample for asset-transfer-events (#628) 2022-02-09 09:59:14 +00:00
run-test-network-gateway.sh Add debug logging to CI scripts (#1007) 2023-03-17 13:11:30 +00:00
run-test-network-hsm.sh Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
run-test-network-ledger.sh Remove Image Tag Override 2021-02-11 18:20:43 -05:00
run-test-network-off-chain.sh Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
run-test-network-private.sh Correct the private data collection information 2023-03-22 16:19:56 -04:00
run-test-network-sbe.sh Remove Image Tag Override 2021-02-11 18:20:43 -05:00
run-test-network-secured.sh Secured agreement samples using gateway (#630) 2022-05-23 14:17:10 +01:00