HyperledgerHandsOn / trade-finance-logistics

Trade Finance and Logistics based on Letter of Credit and Proof of Shipment
Apache License 2.0
178 stars 1.5k forks source link

Fix panic under fabric 1.2 #40

Closed eric7578 closed 6 years ago

eric7578 commented 6 years ago

While running ./trade.sh -d true under fabric 1.2, I got this panic: unknown anchor 'ChannelCapabilities' referenced, and got it fixed according to https://stackoverflow.com/questions/51195016/hyperledger-configtxgen-error

VRamakrishna commented 6 years ago

Yes, the master branch of the code only works with Fabric 1.1, as is stated in the instructions.

We'd like to port to v1.2, but haven't had the time yet. A branch has been created for the purpose, though it's still a work in progress: https://github.com/HyperledgerHandsOn/trade-finance-logistics/tree/release-1.2

eric7578 commented 6 years ago

Sounds great! Thanks for the work!