Function forest_filecoin::statediff::try_print_actor_states

source ยท
fn try_print_actor_states<BS: Blockstore>(
    bs: &Arc<BS>,
    root: &Cid,
    expected_root: &Cid,
    depth: Option<u64>,
) -> Result<(), Error>
Expand description

Tries to resolve state tree actors, if all data exists in store. The actors HAMT is hard to parse in a diff, so this attempts to remedy this. This function will only print the actors that are added, removed, or changed so it can be used on large state trees.