fn read_non_finalized_blocks_from_backup<'a>(
backup_dir_path: &PathBuf,
finalized_state: &'a ZebraDb,
) -> impl Iterator<Item = SemanticallyVerifiedBlock> + 'a
Expand description
Reads blocks from the provided non-finalized state backup directory path.
Returns any blocks that are valid and not present in the finalized state.