filecoin-project / cpp-filecoin

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

new task types, resource table and API for Snap Deals #579

Closed Alexey-N-Chernyshov closed 2 years ago

Alexey-N-Chernyshov commented 2 years ago

Signed-off-by: Alexey Chernyshov alexey.n.chernyshov@gmail.com

Description of the Change

New Task Types, resource table tfor snap deals and worker API changes.

Benefits

Possible Drawbacks

Usage Examples or Tests [optional]

Alternate Designs [optional]

codecov[bot] commented 2 years ago

Codecov Report

Merging #579 (18935b1) into master (8b5ef04) will decrease coverage by 0.02%. The diff coverage is 5.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #579      +/-   ##
==========================================
- Coverage   46.67%   46.64%   -0.03%     
==========================================
  Files         692      693       +1     
  Lines       31446    31474      +28     
  Branches    17411    17422      +11     
==========================================
+ Hits        14677    14681       +4     
- Misses      12475    12499      +24     
  Partials     4294     4294              
Impacted Files Coverage Δ
core/api/worker_api.hpp 0.00% <ø> (ø)
core/primitives/seal_tasks/task.hpp 23.52% <0.00%> (-7.24%) :arrow_down:
core/remote_worker/main.cpp 0.00% <0.00%> (ø)
core/remote_worker/remote_worker_api.cpp 0.00% <0.00%> (ø)
core/sector_storage/worker.hpp 62.50% <ø> (ø)
core/primitives/resources/resources.hpp 44.33% <100.00%> (+2.18%) :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 8b5ef04...18935b1. Read the comment docs.