我尝试运行BYFN第一个网络示例,用于Hyperledger Fabric v1.4。我可以通过发出命令“sh”来启动网络byfn.sh公司-m up”(当然,在设置了二进制文件和先决条件之后)。测试运行良好,在对等端上启动链码,并生成输出。
rpc error - Proposal failed when peer joins channel in Fabric
couchDB版本似乎有问题,正如日志所说,
> Error during CouchDB
> > CreateDatabaseIfNotExist() for dbName: mychannel_ error: json:
> > cannot unmarshal string into Go struct field DBInfo.purge_seq of type
> > int panic: Error during commit to txmgr:json: cannot unmarshal string
> > into Go struct field DBInfo.purge_seq of type int
现在我猜fabricv1.4的couchDb版本是v2.3,如何使用couchDb的不同版本或不同的映像来检查相同的版本?我已经处理这个问题有一段时间了,没有找到解决办法。