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: sealing: Drop unused PreCommitInfo from pipeline.SectorInfo #9325

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

magik6k
Copy link
Contributor

@magik6k magik6k commented Sep 16, 2022

Related Issues

?

Proposed Changes

Remove PreCommitInfo (which is changing in actors v9) from pipeline.SectorInfo. All places which use PreCommitInfo in the sealing pipeline get that from the chain with StateSectorPreCommitInfo

Additional Info

This caused decoding state for key '/872': unmarshaling t.PreCommitInfo pointer: cbor input had wrong number of fields on startup on existing miners

@magik6k magik6k requested a review from a team as a code owner September 16, 2022 15:55
@magik6k magik6k changed the title fix: Drop unused PreCommitInfo from pipeline.SectorInfo fix: sealing: Drop unused PreCommitInfo from pipeline.SectorInfo Sep 16, 2022
@magik6k magik6k added P1 P1: Must be resolved kind/bug Kind: Bug labels Sep 16, 2022
@arajasek arajasek merged commit 7663ec2 into master Sep 16, 2022
@arajasek arajasek deleted the fix/missing-pci branch September 16, 2022 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Kind: Bug P1 P1: Must be resolved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants