Function forest_filecoin::tool::subcommands::archive_cmd::show_tipset_diff

source ยท
async fn show_tipset_diff(
    snapshot_files: Vec<PathBuf>,
    epoch: i64,
    depth: Option<u64>,
) -> Result<()>
Expand description

Compute the tree of actor states for a given epoch and compare it to the expected result (as encoded in the blockchain). Differences are printed using the diff format (red for the blockchain state, green for the computed state).