filecoin-project/go-state-types

Update `OnMinerSectorsTerminateParams` and `VerifyDealsForActivationParams` param types in market actor

Open

#408 opened on Sep 5, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (42 forks)auto 404
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 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.
  • VerifyDealsForActivationParams:

Contributor guide