Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Nov 25, 2021

Conversation

springrain
Copy link
Contributor

Description

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

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Brief of your solution

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

How Has This Been Tested?

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

@codecov-commenter
Copy link

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%) ⬆️
bcs/network/p2pv1/conn.go 55.10% <0.00%> (-6.13%) ⬇️
bcs/network/p2pv2/server.go 51.33% <0.00%> (-1.07%) ⬇️
bcs/consensus/tdpos/schedule.go 42.66% <0.00%> (-0.92%) ⬇️
bcs/consensus/tdpos/tdpos.go 50.24% <0.00%> (-0.49%) ⬇️

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.

@chenfengjin chenfengjin merged commit 87b9e06 into OpenAtomFoundation:master Nov 25, 2021
@springrain springrain deleted the containerruntime branch November 26, 2021 08:56
vantinfy pushed a commit to superconsensus/matrixcore that referenced this pull request Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants