Fantom-foundation / go-lachesis

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

Fix of Trie mem leak #562

Closed rus-alex closed 3 years ago

rus-alex commented 3 years ago

Cleans Trie DB cache after commit.

codecov-io commented 3 years ago

Codecov Report

Merging #562 (e92f011) into develop2 (a8b225e) will increase coverage by 0.01%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop2     #562      +/-   ##
============================================
+ Coverage     46.51%   46.53%   +0.01%     
============================================
  Files           169      169              
  Lines         11202    11207       +5     
============================================
+ Hits           5211     5215       +4     
  Misses         5467     5467              
- Partials        524      525       +1     
Impacted Files Coverage Δ
app/store.go 31.14% <0.00%> (-2.79%) :arrow_down:
evmcore/tx_pool.go 75.03% <0.00%> (-0.61%) :arrow_down:
inter/ascii_scheme.go 82.53% <0.00%> (+2.53%) :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 a8b225e...e92f011. Read the comment docs.