async fn handle_sync_multiverse(
    checkpoints: BlockIds,
    blockchain: &Blockchain,
    storage: &Storage,
    sink: &mut ReplyStreamSink<Block>
) -> Result<(), Error>