filecoin-project / cpp-filecoin

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

Wallet api #616

Closed Markuu-s closed 2 years ago

Markuu-s commented 2 years ago

Description of the Change

Benefits

Possible Drawbacks

Usage Examples or Tests [optional]

Alternate Designs [optional]

codecov[bot] commented 2 years ago

Codecov Report

Merging #616 (0c87c9a) into master (8096192) will decrease coverage by 0.02%. The diff coverage is 13.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #616      +/-   ##
==========================================
- Coverage   46.02%   46.00%   -0.03%     
==========================================
  Files         715      715              
  Lines       32334    32356      +22     
  Branches    17888    17903      +15     
==========================================
+ Hits        14883    14886       +3     
- Misses      13105    13124      +19     
  Partials     4346     4346              
Impacted Files Coverage Δ
core/api/full_node/make.cpp 0.00% <0.00%> (ø)
core/api/wallet/local_wallet.cpp 0.00% <0.00%> (ø)
core/api/full_node/node_api.hpp 100.00% <100.00%> (ø)
core/api/wallet/wallet_api.hpp 100.00% <100.00%> (ø)

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 8096192...0c87c9a. Read the comment docs.