hyperledger-bevel / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
347 stars 720 forks source link

Test Supplychain chaincode with Fabric 1.4.4 version #32

Closed sownak closed 4 years ago

sownak commented 5 years ago

Description

As a developer I want to test BAF Supplychain app chaincode with Fabric 1.4.3 so that I can deploy the Supplychain app on a Fabric 1.4.3 network.

The Supplychain chaincode(s) can be found at examples\supplychain-app\fabric\chaincode_rest_server\chaincode This sample is built for Fabric 1.4.0, this task is to test the chaincode for Fabric 1.4.4 and make any changes if necessary.

Acceptance Criteria

  1. Test Supplychain chaincode withe Fabric 1.4.4
  2. Change the chaincode if required to support Fabric 1.4.4
sownak commented 5 years ago

This is a good first issue for anyone who has good knowledge of Fabric chaincode.

sownak commented 4 years ago

The existing Supplychain App works on Fabric 1.4.4 without any modifications to the chaincode. If any specific features of Fabric 1.4.4 is to be explored, then some changes may be necessary. This issue is closed without any code changes; open a new issue if there is any specific change or a bug found.

sownak commented 4 years ago

Here is the output from Postman Runner tests SupplyChainTest.postman_test_run.LOG