You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In market actor OnMinerSectorsTerminateParams from v13 onwards we have switched to sectors from DealIDs and sector is a bitfield in builtin-actor but in go-state-types it is still []DealID.
Market actor field type mismatch:
OnMinerSectorsTerminateParams:
OnMinerSectorsTerminateParamsfrom v13 onwards we have switched tosectorsfromDealIDsand sector is abitfieldin builtin-actor but in go-state-types it is still[]DealID.VerifyDealsForActivationParams:
SectorDealsinside theVerifyDealsForActivationParamshas the sector_number field but in go-state-types it's not there.