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 seal proof types and proofs api version #890

Merged
merged 1 commit into from
Dec 15, 2020
Merged

Conversation

austinabell
Copy link
Contributor

@austinabell austinabell commented Dec 14, 2020

Summary of changes
Changes introduced in this pull request:

  • Update seal proof types to include new proof version
  • Update proofs api (not necessary, but adds versioning and internal proofs updates)

Changes necessary for power actor v2 update

Reference issue to close (if applicable)

Closes

Other information and links

@@ -14,6 +14,12 @@ pub enum RegisteredSealProof {
StackedDRG8MiBV1,
StackedDRG32GiBV1,
StackedDRG64GiBV1,

StackedDRG2KiBV1P1,
Copy link
Member

Choose a reason for hiding this comment

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

Any clues as to what the P1 at the end stands for? Just curious

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I made that on our end, they have V1_1 but I didn't want to add underscores in the variant since it's against rust's conventions so I added P1 as in the (p)roofs version 1. Open to suggestions or if you think this should just be _1 to match exactly and ignore the lint

Copy link
Member

Choose a reason for hiding this comment

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

Its cool i was just curious 😀

@austinabell austinabell merged commit 5dee449 into main Dec 15, 2020
@austinabell austinabell deleted the austin/ptypeupdate branch December 15, 2020 15:34
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

2 participants