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: use live sectors for proving partitions #632

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

th7nder
Copy link
Contributor

@th7nder th7nder commented Dec 11, 2024

Description

In the first iteration of the pipeline we were using always all of the sectors for proving. Now we're just using live sectors, so basically all of the sectors - terminated ones. Termination logic works, I tested it.
After sector expires, it's terminated and then PoSt no longer generated for it.
Faults are not yet here.

Closes #625.

Checklist

  • Are there important points that reviewers should know?
    • If yes, which ones?
  • Make sure that you described what this change does.
  • Have you tested this solution?

@th7nder th7nder added the bug Something isn't working label Dec 11, 2024
@th7nder th7nder added this to the Phase 3 milestone Dec 11, 2024
@th7nder th7nder self-assigned this Dec 11, 2024
@th7nder th7nder changed the title fix: use active sectors for proving partitions fix: use live sectors for proving partitions Dec 12, 2024
@th7nder th7nder requested a review from a team December 12, 2024 10:49
@th7nder th7nder marked this pull request as ready for review December 12, 2024 10:49
@th7nder th7nder added the ready for review Review is needed label Dec 12, 2024
@th7nder th7nder mentioned this pull request Dec 12, 2024
34 tasks
@jmg-duarte jmg-duarte merged commit 47b0ff7 into develop Dec 12, 2024
5 checks passed
@jmg-duarte jmg-duarte deleted the fix/625/sectors-not-expiring branch December 12, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready for review Review is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sectors are not expiring
4 participants