bosagora / agora

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

URI record improvements #3255

Closed mkykadir closed 2 years ago

mkykadir commented 2 years ago

See each commit

The first commit will help us in the Testnet, for nodes querying through Public DNS resolvers.

codecov[bot] commented 2 years ago

Codecov Report

Merging #3255 (1a393e5) into v0.x.x (9c56ea5) will increase coverage by 1.21%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           v0.x.x    #3255      +/-   ##
==========================================
+ Coverage   53.54%   54.76%   +1.21%     
==========================================
  Files         332      332              
  Lines       35818    35826       +8     
==========================================
+ Hits        19178    19619     +441     
+ Misses      16640    16207     -433     
Flag Coverage Δ
integration 30.00% <83.33%> (+6.26%) :arrow_up:
unittests 87.64% <83.33%> (+0.03%) :arrow_up:

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

Impacted Files Coverage Δ
source/agora/common/DNS.d 87.96% <ø> (-0.40%) :arrow_down:
source/agora/node/Registry.d 80.00% <83.33%> (+0.04%) :arrow_up:
source/scpd/scp/SCPDriver.d 60.00% <0.00%> (-15.00%) :arrow_down:
...ra/submodules/crypto/source/agora/crypto/Schnorr.d 64.28% <0.00%> (-7.15%) :arrow_down:
agora/submodules/dyaml/source/dyaml/constructor.d 23.16% <0.00%> (-0.57%) :arrow_down:
agora/submodules/vibe-core/source/vibe/core/path.d 21.46% <0.00%> (+0.24%) :arrow_up:
source/agora/consensus/EnrollmentManager.d 97.16% <0.00%> (+0.31%) :arrow_up:
agora/submodules/vibe-core/source/vibe/core/core.d 51.82% <0.00%> (+0.56%) :arrow_up:
agora/submodules/vibe.d/inet/vibe/inet/url.d 41.05% <0.00%> (+0.58%) :arrow_up:
... and 28 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 9c56ea5...1a393e5. Read the comment docs.