meshplus / bitxhub

Interchain protocol 跨链协议

Home Page:https://bitxhub.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Fabric-SDK-Go in the fabric-cli is not a stable version

lghhh opened this issue · comments

commented

Bug Report

The Fabric-SDK-Go in the fabric-cli is not a stable version (https://github.com/securekey/fabric-examples/blob/master/fabric-cli/cmd/fabric-cli/go.mod),which is incompatible with all stable versions of fabric-sdk. It's hard to modify to match current fabric networks.
image
image
v1.0.0-beta1 and v1.0.0-beta2 are both wrong.

1. What did you do?

Modify the version of fabric-sdk-go to v1.0.0-beta1, then start ffn.sh, install chaincode.sh.

2. What did you expect to see?

Everything goes well.

3. What did you see instead?

4. What version of BitXHub are you using? (bitxhub version on BitXHub)

v1.0.0-rc1

commented

Thank you for your feedback. The fabric-cli tool is to facilitate developers to deploy contracts and call contracts.
If in the actual production environment, it is recommended to use the tools that come with fabric.