ChainSafe / ChainGuardian

Eth2.0 desktop validator client
https://chainguardian.nodefactory.io
GNU General Public License v3.0
45 stars 10 forks source link

Lodestar update #586

Closed BeroBurny closed 3 years ago

BeroBurny commented 3 years ago

Short description of work done

Update Lodestar package to the latest version and refactor everything need to support it

PR Checklist

Issues

Closes #583

Progress

codecov-commenter commented 3 years ago

Codecov Report

Merging #586 (7a60f2c) into develop (7946b72) will increase coverage by 2.30%. The diff coverage is 29.67%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #586      +/-   ##
===========================================
+ Coverage    47.97%   50.28%   +2.30%     
===========================================
  Files          117      110       -7     
  Lines         2126     1951     -175     
  Branches       231      228       -3     
===========================================
- Hits          1020      981      -39     
+ Misses        1077      941     -136     
  Partials        29       29              
Flag Coverage Δ
unit 50.28% <29.67%> (+2.30%) :arrow_up:

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

Impacted Files Coverage Δ
src/renderer/ducks/validator/slice.ts 13.33% <ø> (ø)
src/renderer/models/beaconNode.ts 9.09% <ø> (ø)
src/renderer/services/api/http/httpClient.ts 13.15% <0.00%> (ø)
src/renderer/services/eth2/client/prysm/index.ts 50.00% <0.00%> (ø)
...services/eth2/client/prysm/CgPrysmEth2EventsApi.ts 15.15% <9.67%> (-8.99%) :arrow_down:
...vices/eth2/client/eth2ApiClient/CgEth2BeaconApi.ts 9.75% <9.75%> (ø)
...rvices/eth2/client/nimbus/CgNimbusEth2EventsApi.ts 8.57% <15.38%> (ø)
...vices/eth2/client/eth2ApiClient/CgEth2EventsApi.ts 16.12% <16.12%> (ø)
...es/eth2/client/eth2ApiClient/CgEth2ValidatorApi.ts 16.66% <16.66%> (ø)
...ces/eth2/client/eth2ApiClient/CgEth2LodestarApi.ts 18.18% <18.18%> (ø)
... and 40 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 7946b72...7a60f2c. Read the comment docs.