Function forest_filecoin::state_migration::nv21fix::migration::run_migration

source ยท
pub fn run_migration<DB>(
    chain_config: &ChainConfig,
    blockstore: &Arc<DB>,
    state: &Cid,
    epoch: i64,
) -> Result<Cid>
where DB: Blockstore + Send + Sync,
Expand description

Runs the light-weight patch for the NV21 calibration network. Returns the new state root.