Function forest_filecoin::tool::subcommands::archive_cmd::merge_snapshots

source ยท
async fn merge_snapshots(
    snapshot_files: Vec<PathBuf>,
    output_path: PathBuf,
    force: bool,
) -> Result<()>
Expand description

Merge a set of snapshots (diff snapshots or lite snapshots). The output snapshot links to the heaviest tipset in the input set.