OpenAtomFoundation / xupercore

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

兼容容器环境, 监听 ":port" #288

Closed springrain closed 2 years ago

springrain commented 2 years ago

Description

What is the purpose of the change? 兼容容器环境, 监听 ":port";

Fixes # (issue)

Type of change

Please delete options that are not relevant.

Brief of your solution

兼容容器环境, 监听的"127.0.0.1:47101" 存在问题, 修改为监听 ": 47101"

How Has This Been Tested?

兼容容器环境, 监听的"127.0.0.1:47101" 存在问题, 修改为监听 ": 47101"

codecov-commenter commented 2 years ago

Codecov Report

Merging #288 (ec9e136) into master (e9bc306) will decrease coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #288      +/-   ##
==========================================
- Coverage   46.54%   46.46%   -0.08%     
==========================================
  Files         136      136              
  Lines       12171    12174       +3     
==========================================
- Hits         5665     5657       -8     
- Misses       5338     5347       +9     
- Partials     1168     1170       +2     
Impacted Files Coverage Δ
bcs/consensus/xpoa/xpoa.go 56.31% <100.00%> (ø)
bcs/network/p2pv1/server.go 58.74% <100.00%> (+0.88%) :arrow_up:
bcs/network/p2pv1/conn.go 55.10% <0.00%> (-6.13%) :arrow_down:
bcs/network/p2pv2/server.go 51.33% <0.00%> (-1.07%) :arrow_down:
bcs/consensus/tdpos/schedule.go 42.66% <0.00%> (-0.92%) :arrow_down:
bcs/consensus/tdpos/tdpos.go 50.24% <0.00%> (-0.49%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9bc306...ec9e136. Read the comment docs.