-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
7d09fa8
to
3d1225b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thats a good change, about time those things became different types
|
||
_ struct{} // guard against nameless init | ||
} | ||
|
||
func sizeFromConfig(cfg Config) (abi.SectorSize, error) { | ||
if cfg.SealProofType == abi.RegisteredProof(0) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@magik6k - Why did you remove this if-statement? Is it no longer needed now that we have the new types?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 2K seal proof type is 0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lookin' fine.
@magik6k - Note: The |
👍 I just checked in here to make sure I'm keeping track of the integration difficulty of actors changes for downstream consumers. Please feel free to tag me on "update actors" PRs and lmk if things are unnecessarily inconvenient. We do, of course, need to actually change some things now and then. |
…iled-state fix precommit1 failed state
Depends on: