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

Update to new PoSt sector types #357

Merged
merged 3 commits into from
Apr 20, 2020
Merged

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Based on changes in filecoin-project/specs-actors@e569f4a
    • Needed for updates to PoSt proofs in future, these changes target ahead of testnet/3, but will reduce amount of duplicate work
    • Changes are needed for the proof work I'm doing now to remove this duplicate work (no point targeting the current testnet)

Reference issue to close (if applicable)

Closes
#341

Other information and links

@@ -11,13 +11,25 @@ use serde::{de, Deserialize, Deserializer, Serialize, Serializer};
#[repr(u8)]
pub enum RegisteredProof {
StackedDRG32GiBSeal = 1,
StackedDRG32GiBPoSt = 2,
StackedDRG32GiBPoSt = 2, // unused (revisit if being removed)
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add "TODO" to the comment. Makes it easier to search for all TODOs when we need to

@austinabell austinabell merged commit ff5260a into master Apr 20, 2020
@austinabell austinabell deleted the austin/updatesectortypes branch April 20, 2020 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants