spacemeshos / post

Spacemesh POST protocol implementation
MIT License
19 stars 20 forks source link

Remove obsolete TODO for logging unknown files. #247

Closed fasmat closed 10 months ago

fasmat commented 10 months ago

Closes https://github.com/spacemeshos/go-spacemesh/issues/4789

PoST should not complain about any files it finds in the data folder it doesn't know about. As explained in the issue there could be a lot of files that are just created by the OS that the operator of the node might not be aware about or can even remove from the directory.

We should keep the log as debug and close the issue.

codecov[bot] commented 10 months ago

Codecov Report

Merging #247 (4955888) into develop (940f013) will increase coverage by 0.0%. The diff coverage is n/a.

@@           Coverage Diff           @@
##           develop    #247   +/-   ##
=======================================
  Coverage     70.1%   70.1%           
=======================================
  Files           28      28           
  Lines         1821    1820    -1     
=======================================
  Hits          1277    1277           
+ Misses         402     401    -1     
  Partials       142     142           
Files Coverage Δ
initialization/initialization.go 76.2% <ø> (+0.1%) :arrow_up: