Reputation: 135
I am using HyperLedger Composer and Fabric to develop my blockchain system.The current version of in my system is: Composer v0.20.4 and Fabric v1.4.
I want to upgrade fabric to v1.4. Does the composer support this version?If it does not apply to the version(1.4), how can I use the new feature of fabric?
Upvotes: 0
Views: 527
Reputation: 5868
Composer 0.20.6 has been released with toleration support for Hyperledger Fabic 1.4. By toleration support that means it will work but not exploit any new features in fabric. In fact Composer 0.20.x does not exploit any new capabilities delivered in Hyperledger Fabric 1.2, 1.3 or 1.4.
Composer will not support the next major release of Hyperledger fabric which will be a Version 2 release.
Upvotes: 2