-
Notifications
You must be signed in to change notification settings - Fork 36
Fixes for miner #599
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
Fixes for miner #599
Conversation
Signed-off-by: ortyomka <[email protected]>
Signed-off-by: ortyomka <[email protected]>
recordPieceInfo(deal_context->deal, maybe_piece_location.value()), | ||
"Record piece failed", | ||
deal_context); | ||
deal_context->maybe_piece_location = maybe_piece_location.value(); | ||
// TODO(a.chernyshov): add piece retry |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suppose the comment is not relevant anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could be relevant, if sealing cannot store it for now. But after sometime it could
Signed-off-by: ortyomka <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #599 +/- ##
==========================================
+ Coverage 46.00% 46.02% +0.02%
==========================================
Files 713 715 +2
Lines 32293 32328 +35
Branches 17876 17885 +9
==========================================
+ Hits 14855 14880 +25
- Misses 13095 13102 +7
- Partials 4343 4346 +3
Continue to review full report at Codecov.
|
Signed-off-by: ortyomka <[email protected]>
* Miner Fixes Signed-off-by: ortyomka <[email protected]>
* Miner Fixes Signed-off-by: ortyomka <[email protected]>
* Miner Fixes Signed-off-by: ortyomka <[email protected]>
Description of the Change
Benefits
Possible Drawbacks
Usage Examples or Tests [optional]
Alternate Designs [optional]