Module forest_filecoin::state_migration::nv22::miner

source ·
Expand description

This module contains the migration logic for the NV22 upgrade for the Miner actor. While the NV22 upgrade does not change the state of the Miner actor, it does change the state of the Market actor, which requires metadata from the Miner actor.

As per FIP-0076

This proposal requires a state migration to the market actor to add the new ProviderSectors mapping, and to add a sector number to and remove allocation ID from each DealState. Computing this mapping requires reading all sector metadata from the miner actor.

Structs§

Functions§