filecoin-project/go-state-types
View on GitHubUpdate `OnMinerSectorsTerminateParams` and `VerifyDealsForActivationParams` param types in market actor
Open
#408 opened on Sep 5, 2025
good first issuehelp wanted
Repository metrics
- Stars
- (28 stars)
- PR merge metrics
- (PR metrics pending)
Description
Market actor field type mismatch:
-
OnMinerSectorsTerminateParams:
- In market actor
OnMinerSectorsTerminateParamsfrom v13 onwards we have switched tosectorsfromDealIDsand sector is abitfieldin builtin-actor but in go-state-types it is still[]DealID.
- In market actor
-
VerifyDealsForActivationParams:
- In builtin-actor from V13 onwards the
SectorDealsinside theVerifyDealsForActivationParamshas the sector_number field but in go-state-types it's not there.
- In builtin-actor from V13 onwards the