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

Add support for multiple partitions when verifying PoSt #595

Closed
Tracked by #522 ...
th7nder opened this issue Nov 20, 2024 · 1 comment
Closed
Tracked by #522 ...

Add support for multiple partitions when verifying PoSt #595

th7nder opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request pallet-proofs
Milestone

Comments

@th7nder
Copy link
Contributor

th7nder commented Nov 20, 2024

  1. Add support in pallet_storage_provider::submit_windowed_post() to accept multiple proofs, i.e. 1 proof per partition
  2. https://github.com/filecoin-project/builtin-actors/blob/b4ed8cf96bcba90b1d6dc2272e23d1021802d949/actors/miner/src/sectors.rs#L86 -> any faulty sector is just replaced with first non faulty in the partition
  3. Add support in pallet_proofs::verify_post() to verify multiple partitions
  4. Add support in pipeline generate proofs to generate multiple partitions.

Key thing is there, that if a sector is faulty, we include a non-faulty one as a replacement.

1. Issues with cancellation token
2. Cannot publish multiple deals at once?

@th7nder
Copy link
Contributor Author

th7nder commented Jan 3, 2025

Closed via #658 and #661.

@th7nder th7nder closed this as completed Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pallet-proofs
Projects
None yet
Development

No branches or pull requests

1 participant