Fantom-foundation / go-lachesis

aBFT consensus for permission-less networks
https://fantom.foundation
MIT License
224 stars 78 forks source link

Import export functionality #481

Closed ghost closed 4 years ago

ghost commented 4 years ago

implementation of import/export functionality

codecov-io commented 4 years ago

Codecov Report

Merging #481 into develop will decrease coverage by 1.16%. The diff coverage is 10.56%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #481      +/-   ##
===========================================
- Coverage    47.85%   46.68%   -1.17%     
===========================================
  Files          185      192       +7     
  Lines        13654    14069     +415     
===========================================
+ Hits          6534     6568      +34     
- Misses        6552     6929     +377     
- Partials       568      572       +4     
Impacted Files Coverage Δ
cmd/lachesis/chaincmd.go 0.00% <0.00%> (ø)
cmd/lachesis/export.go 0.00% <0.00%> (ø)
cmd/lachesis/import.go 0.00% <0.00%> (ø)
gossip/store_event.go 28.57% <0.00%> (-5.40%) :arrow_down:
ethapi/api.go 75.23% <59.45%> (-0.97%) :arrow_down:
cmd/lachesis/main.go 48.87% <66.66%> (+0.46%) :arrow_up:
ethapi/backend.go 100.00% <100.00%> (+10.11%) :arrow_up:
integration/assembly.go 62.22% <100.00%> (ø)
integration/integration.go 88.23% <100.00%> (ø)
evmcore/apply_genesis.go 57.69% <0.00%> (-10.88%) :arrow_down:
... and 33 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 e817693...d6852e2. Read the comment docs.