Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StorageProvider records Slashed Or Expired Deals #306

Merged
merged 4 commits into from
Jul 1, 2020

Conversation

dirkmc
Copy link
Contributor

@dirkmc dirkmc commented Jul 1, 2020

Fixes #279

@dirkmc dirkmc requested a review from hannahhoward July 1, 2020 18:47
@codecov-commenter
Copy link

Codecov Report

Merging #306 into master will decrease coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
- Coverage   63.31%   63.12%   -0.18%     
==========================================
  Files          41       41              
  Lines        2545     2516      -29     
==========================================
- Hits         1611     1588      -23     
+ Misses        813      810       -3     
+ Partials      121      118       -3     
Impacted Files Coverage Δ
storagemarket/types.go 0.00% <ø> (ø)
storagemarket/impl/clientstates/client_states.go 90.00% <100.00%> (+0.09%) ⬆️
storagemarket/impl/providerstates/provider_fsm.go 94.53% <100.00%> (+0.68%) ⬆️
...oragemarket/impl/providerstates/provider_states.go 87.18% <100.00%> (+1.07%) ⬆️
retrievalmarket/impl/blockio/traverser.go 68.89% <0.00%> (-3.33%) ⬇️
piecestore/piecestore.go 80.00% <0.00%> (-2.75%) ⬇️

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 525721f...f74ae5e. Read the comment docs.

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hannahhoward hannahhoward merged commit 4fcaee3 into master Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

StorageProvider records Slashed Or Expired Deals
3 participants