fn progress_from_tip( checkpoint_list: &CheckpointList, tip: Option<(Height, Hash)>, ) -> (Option<Hash>, Progress<Height>)
Convert a tip into its hash and matching progress.