bosagora / agora

POC Node implementation for CoinNet
https://bosagora.io
MIT License
37 stars 23 forks source link

Add `my-ip` dependency to gather public/private IPs of a host #3239

Closed mkykadir closed 2 years ago

mkykadir commented 2 years ago

Fixes #2395

Tested within Docker/WSL/native and all works.

Required for #3215

codecov[bot] commented 2 years ago

Codecov Report

Merging #3239 (2905c9f) into v0.x.x (22ad709) will increase coverage by 0.23%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           v0.x.x    #3239      +/-   ##
==========================================
+ Coverage   88.36%   88.59%   +0.23%     
==========================================
  Files         166      166              
  Lines       17065    17026      -39     
==========================================
+ Hits        15080    15085       +5     
+ Misses       1985     1941      -44     
Flag Coverage Δ
integration 35.06% <0.00%> (+0.71%) :arrow_up:
unittests 87.59% <0.00%> (+0.23%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
source/agora/network/Manager.d 80.65% <0.00%> (+0.06%) :arrow_up:
source/agora/utils/InetUtils.d 75.00% <0.00%> (+31.52%) :arrow_up:
source/agora/consensus/state/UTXOCache.d 75.00% <0.00%> (-2.09%) :arrow_down:
source/agora/consensus/EnrollmentManager.d 96.85% <0.00%> (-0.11%) :arrow_down:
source/agora/script/Engine.d 97.74% <0.00%> (+0.15%) :arrow_up:
source/agora/flash/Node.d 80.88% <0.00%> (+0.21%) :arrow_up:
source/agora/node/FullNode.d 76.47% <0.00%> (+0.30%) :arrow_up:
source/agora/consensus/state/Ledger.d 91.27% <0.00%> (+0.33%) :arrow_up:
source/agora/consensus/protocol/Nominator.d 91.50% <0.00%> (+0.54%) :arrow_up:
... and 3 more

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 22ad709...2905c9f. Read the comment docs.