IsAddrBlocked returns whether an address is blocked
bool isAddrBlocked(MultiAddr addr) { return _blockedAddrs.contains(addr); }