pub(crate) fn compare_two_serialized_banks(
    path1: impl AsRef<Path>,
    path2: impl AsRef<Path>
) -> Result<bool, Error>
Expand description

used by tests to compare contents of serialized bank fields serialized format is not deterministic - likely due to randomness in structs like hashmaps