bosagora / agora

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

Update Talos dependencies #3319

Closed mkykadir closed 2 years ago

mkykadir commented 2 years ago

Building Talos was failing on CI; dependencies are updated and unnecessary ones are removed.

codecov[bot] commented 2 years ago

Codecov Report

Merging #3319 (aa5672a) into v0.x.x (a00e567) will increase coverage by 0.56%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           v0.x.x    #3319      +/-   ##
==========================================
+ Coverage   87.77%   88.33%   +0.56%     
==========================================
  Files         165      165              
  Lines       17082    17084       +2     
==========================================
+ Hits        14993    15091      +98     
+ Misses       2089     1993      -96     
Flag Coverage Δ
integration 37.23% <ø> (+7.99%) :arrow_up:
unittests 87.82% <ø> (+0.06%) :arrow_up:

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

Impacted Files Coverage Δ
source/agora/test/NetworkDiscovery.d 84.09% <0.00%> (-4.55%) :arrow_down:
source/agora/consensus/protocol/Nominator.d 91.29% <0.00%> (-0.36%) :arrow_down:
source/agora/network/Manager.d 76.99% <0.00%> (+0.31%) :arrow_up:
source/agora/node/FullNode.d 72.61% <0.00%> (+0.59%) :arrow_up:
source/agora/consensus/state/Ledger.d 90.16% <0.00%> (+0.98%) :arrow_up:
source/agora/node/Validator.d 92.96% <0.00%> (+2.05%) :arrow_up:
source/agora/consensus/BlockStorage.d 79.50% <0.00%> (+2.12%) :arrow_up:
source/agora/node/Runner.d 55.55% <0.00%> (+55.55%) :arrow_up:

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 a00e567...aa5672a. Read the comment docs.