pub(crate) async fn compare_binary_diffs( ocaml_dir: PathBuf, openmina_dir: PathBuf, state_hashes: &[String], ) -> Result<Vec<DiffMismatch>>