fabric-private-chaincode
fabric-private-chaincode copied to clipboard
ias credentials not checked
IAS credentials should be checked (for existence) upfront
- in in the
integrationfolder (once PR #79 is merged) - in the
fabric/sgxconfig/iasfolder
pull request #79 has now tests in common_ledger. Right now this will test only for integration test. However, as part of SDK refactoring we can move the common_* scripts to common and use them in tests and examples, they should be written mostly to be generic ...
Re-opening as while there is a test and it is used for integration testing, we still have to integrated it on the examples once the corresponding refactoring happens ...
@bvavala will this be solved with the ercc refactoring?