IsPeerBlocked returns whether a peer is blocked
bool isPeerBlocked(PeerId peerId) { return _blockedPeers.contains(peerId); }