bosagora / agora

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

Fix #3265 : Add ctor for AAAA type to RDATA #3266

Closed mkykadir closed 2 years ago

mkykadir commented 2 years ago

AAAA field is separated from plain binary

codecov[bot] commented 2 years ago

Codecov Report

Merging #3266 (245b07c) into v0.x.x (4a16c27) will decrease coverage by 0.15%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           v0.x.x    #3266      +/-   ##
==========================================
- Coverage   87.80%   87.65%   -0.16%     
==========================================
  Files         164      164              
  Lines       16923    16925       +2     
==========================================
- Hits        14860    14835      -25     
- Misses       2063     2090      +27     
Flag Coverage Δ
integration 36.16% <ø> (?)
unittests 87.60% <0.00%> (-0.21%) :arrow_down:

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

Impacted Files Coverage Δ
source/agora/common/DNS.d 87.62% <0.00%> (-0.35%) :arrow_down:
source/agora/consensus/BlockStorage.d 68.90% <0.00%> (-10.61%) :arrow_down:
source/agora/consensus/protocol/Nominator.d 90.74% <0.00%> (-1.25%) :arrow_down:
source/agora/node/FullNode.d 73.37% <0.00%> (-0.31%) :arrow_down:
source/agora/consensus/Ledger.d 97.38% <0.00%> (-0.15%) :arrow_down:
source/agora/flash/Node.d 80.88% <0.00%> (+0.21%) :arrow_up:
source/agora/network/Manager.d 78.68% <0.00%> (+0.32%) :arrow_up:
source/agora/consensus/state/Ledger.d 90.93% <0.00%> (+0.33%) :arrow_up:
source/agora/common/BanManager.d 87.39% <0.00%> (+0.84%) :arrow_up:
source/agora/node/Validator.d 92.42% <0.00%> (+1.01%) :arrow_up:
... and 1 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 4a16c27...245b07c. Read the comment docs.