Fantom-foundation / go-lachesis

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

Tendermint types #478

Closed devintegral closed 4 years ago

devintegral commented 4 years ago

Some refactoring to exact implementation github.com/tendermint/tendermint/abci/types.Application in app.App.

codecov-io commented 4 years ago

Codecov Report

Merging #478 into develop will decrease coverage by 0.33%. The diff coverage is 7.95%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #478      +/-   ##
===========================================
- Coverage    47.85%   47.52%   -0.34%     
===========================================
  Files          185      189       +4     
  Lines        13654    13775     +121     
===========================================
+ Hits          6534     6546      +12     
- Misses        6552     6662     +110     
+ Partials       568      567       -1     
Impacted Files Coverage Δ
app/app.go 0.00% <0.00%> (ø)
app/apply_genesis.go 0.00% <0.00%> (ø)
app/block_info.go 0.00% <0.00%> (ø)
app/checkpoint.go 0.00% <0.00%> (ø)
app/ethapi_backend.go 0.00% <0.00%> (ø)
app/notify.go 0.00% <0.00%> (ø)
app/poi.go 0.00% <0.00%> (ø)
app/scores.go 0.00% <0.00%> (ø)
app/sfc_index.go 0.00% <ø> (ø)
app/store.go 30.23% <ø> (ø)
... and 26 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 d13a6b2...18af373. Read the comment docs.