Function forest_filecoin::state_migration::nv22::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 migration for NV22. Returns the new state root.