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

fix: track dealID's of snapped sector #901

Merged
merged 1 commit into from
Mar 9, 2022
Merged

fix: track dealID's of snapped sector #901

merged 1 commit into from
Mar 9, 2022

Conversation

frrist
Copy link
Member

@frrist frrist commented Mar 9, 2022

@frrist frrist requested review from iand and placer14 March 9, 2022 00:25
@frrist frrist self-assigned this Mar 9, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #901 (0b57f4c) into master (032d7b4) will decrease coverage by 0.0%.
The diff coverage is 0.0%.

@@           Coverage Diff            @@
##           master    #901     +/-   ##
========================================
- Coverage    31.2%   31.2%   -0.1%     
========================================
  Files          39      39             
  Lines        3865    3873      +8     
========================================
  Hits         1209    1209             
- Misses       2510    2518      +8     
  Partials      146     146             

DealID: uint64(dealID),
})
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume this means we're missing data in production? Am I correct in thinking we can just re-walk the epochs since the v15 upgrade?

Copy link
Member Author

Choose a reason for hiding this comment

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

Sadly yes, and thankfully yes. --from=1594679 --to=current_height

@frrist
Copy link
Member Author

frrist commented Mar 9, 2022

@iand if you can give this a look in your AM and it looks good please merge it, I'll cut a release when I wake up and we'll get this deployed and pushed out to users.

@iand iand merged commit 26e6359 into master Mar 9, 2022
@iand iand deleted the frrist/fix/900 branch March 9, 2022 09:36
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.

Track dealID's of snapped sectors in MinerSectorDeals model
4 participants