pub fn merge_shard_states( local_state: &mut HashMap<String, HashSet<PeerId>>, incoming_state: HashMap<String, HashSet<PeerId>>, )
Merge two shard network states.