hyperledger-labs / fablo

Fablo is a simple tool to generate the Hyperledger Fabric blockchain network and run it on Docker. It supports RAFT and solo consensus protocols, multiple organizations and channels, chaincode installation and upgrade.
Apache License 2.0
194 stars 72 forks source link

Remove private data v1.4 check from CI #396

Closed dzikowski closed 1 month ago

dzikowski commented 1 year ago

Our current CI uses Fabric 1.4.11 to verify private data for chaincodes. However, this test fails, because it requires obsolete version of Node (8), obsolete platform-dependent node packages, that needs to be compiled with obsolete tools. Also, last 1.4.x Fabric version has been published over 2 years ago.

There is no need to perform extensive tests for Fabric 1.4.x. And we should:

Sanket-0510 commented 4 months ago

hey @dzikowski feel free to assign this to me.