wxl0357

Results 4 issues of wxl0357

**BUG描述** 手动组网搭建Fabric链时执行build.sh报错 **重现方式** 1. 按照文档教程将wecross-demo中fabric文件夹下的所有文件拷贝到~/wecross-networks目录下 3. 执行cp ./wecross-demo/fabric/* ./ 4. 执行 bash build.sh 5. 然后报错:build.sh: 行 6: LOG_ERROR: 未找到命令 **预期结果** 不太清楚是什么原因导致的错误 **截图** **环境** - 操作系统: [Ubuntu 22.04] - 运行库 [java...

bug

**Describe the bug** 使用mac在执行wecross-demo/build_cross_groups.sh,WeCross-Account-Manager启动出现加密包相关报错,查看文档发现是因为我的OpenSSL的版本过高,我使用的是OpenSSL 3.x版本,但是因为之前配置了相关依赖,我的mac中包含多个OpenSSL的版本,我按照文档要求卸载了所有的OpenSSL版本,随后重装了1.1.1的版本,再启动时发现直接报Library not loaded: /usr/local/opt/openssl@3/lib/libssl.3.dylib,具体报错信息在截图中。 **To Reproduce** Steps to reproduce the behavior: 1. 使用 rm -rf命令删除所有的openssl文件夹 2. 使用 brew install [email protected] 重新安装1.1版本的openssl 3. 按照安装提示在 .zshrc文件中配置相应的环境变量 4. 查询openssl的版本显示为OpenSSL...

resolved

**BUG描述** 手动组网部分,已经设置Org1为默认账户,接着执行sacc fabricInstall payment.fabric.sacc Org1 contracts/chaincode/sacc 1.0 GO_LANG命令时报错,报错内容如下: Error: code(10000), message(Query to orgPeers:[Peer{ id: 2, name: peer1, channelName: mychannel, url: grpcs://localhost:9051}] endorser failed: Success endorser: 0 Failed endorser: 1["peer: peer1...

**Describe the bug** 使用macOS在根据WeCross的快速体验部分的文档进行操作时,在终端输入以下指令: bash