celder628
celder628
The smart contract uses an older shim level that is not supported with Hyperledger Fabric 2.x images. Fabric runtimes that use Fabric 2.x images have Node version 12 instead of...
The chaincode will not deploy on the current IBM Blockchain Platform. Please update your examples and retest or remove this site.
Fabric runtimes that use Fabric 2.x images have Node version 12 instead of Node version 8 which is used in Fabric 1.4.x runtimes. The smart contract fabric-contract-api & fabric-shim node...
Fabric orderers 2.2.x and 2.4.x prevent the rotation of TLS certificates in the code: orderer/consensus/etcdraft/chain.go ``` active := c.ActiveNodes.Load().([]uint64) if changes.UnacceptableQuorumLoss(active) { return errors.Errorf("%d out of %d nodes are alive,...
This issue was found while upgrading chaincode on a 1.4 peer. The issue is in plugins/module_utils/peers.py Line 233: ``` p = re.compile('^Name: (.+), Version: (.+), Path: (.+),(?: Input: (.+),)? Escc:...