This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
swarm.connect() should override Dial blacklisting #2424
Labels
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
kind/wontfix
P3
Low: Not priority right now
status/ready
Ready to be worked
topic/libp2p
Topic libp2p
Type: Bug
Severity: Medium
Description:
It is impossible to manually retry connection if PeerID got blacklisted from dialling.
The only way is to wait for blacklisting to expire or stop and start node.
Steps to reproduce the error:
swarm.connect()
with mutiaddr of the node that is offline, get expected connection errorswarm.connect()
againThis feels like a bug.
Expected result
Manual swarm connect should override any automated blacklisting, making it possible to connect as soon as remote node is up, without waiting for blacklisting to expire.
The text was updated successfully, but these errors were encountered: