filecoin-project / cpp-filecoin

C++17 implementation of Filecoin
https://filecoin.io/
GNU General Public License v3.0
126 stars 36 forks source link

Feature/update actor v7 #570

Closed Alexey-N-Chernyshov closed 2 years ago

Alexey-N-Chernyshov commented 2 years ago

Description of the Change

Update for Snap-deals:

Benefits

Possible Drawbacks

Usage Examples or Tests [optional]

Alternate Designs [optional]

codecov[bot] commented 2 years ago

Codecov Report

Merging #570 (a21c13a) into master (868797d) will increase coverage by 0.09%. The diff coverage is 50.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #570      +/-   ##
==========================================
+ Coverage   46.63%   46.73%   +0.09%     
==========================================
  Files         687      691       +4     
  Lines       31152    31183      +31     
  Branches    17310    17293      -17     
==========================================
+ Hits        14528    14572      +44     
+ Misses      12361    12346      -15     
- Partials     4263     4265       +2     
Impacted Files Coverage Δ
core/api/full_node/make.cpp 0.00% <0.00%> (ø)
core/api/full_node/node_api.hpp 100.00% <ø> (ø)
core/api/rpc/json.hpp 11.85% <0.00%> (-0.02%) :arrow_down:
core/miner/storage_fsm/impl/checks.cpp 51.53% <ø> (ø)
core/miner/windowpost.cpp 0.00% <0.00%> (ø)
core/primitives/sector_file/sector_file.hpp 80.00% <ø> (ø)
core/sector_storage/impl/manager_impl.hpp 33.33% <ø> (ø)
core/sector_storage/spec_interfaces/prover.hpp 66.66% <ø> (ø)
core/storage/compacter/lookback.hpp 69.56% <ø> (ø)
...re/vm/actor/builtin/states/account/bind_states.cpp 0.00% <ø> (ø)
... and 75 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 868797d...a21c13a. Read the comment docs.