OpenAtomFoundation / xupercore

The kernel of xuperchain.
Apache License 2.0
61 stars 47 forks source link

兼容容器环境, 监听 ":port"; 代@CodeCmn提交只读跨链的实现,和3.10版本实现的方式一致.支持国密 #260

Closed springrain closed 2 years ago

springrain commented 3 years ago

Description

What is the purpose of the change? 兼容容器环境, 监听 ":port";
因为@CodeCmn的账号存在问题,代@CodeCmn提交只读跨链的实现,和3.10版本实现的方式一致

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Brief of your solution

兼容容器环境, 监听的"127.0.0.1:47101" 存在问题, 修改为监听 ": 47101" 代@CodeCmn提交只读跨链的实现,和3.10版本实现的方式一致

How Has This Been Tested?

兼容容器环境, 监听的"127.0.0.1:47101" 存在问题, 修改为监听 ": 47101" 代@CodeCmn提交只读跨链的实现,和3.10版本实现的方式一致

qizheng09 commented 2 years ago

感谢您对XuperChain的支持,我们尽快Review

springrain commented 2 years ago

根据功能拆分为三个pr, https://github.com/xuperchain/xupercore/pull/288 https://github.com/xuperchain/xupercore/pull/289 https://github.com/xuperchain/xupercore/pull/230