transports: Report address failures on TransportEvent::ConnectionOpened
#257
Labels
enhancement
New feature or request
TransportEvent::ConnectionOpened
#257
The
TransportEvent::ConnectionOpened
is reported back from transports to the manager when a connection is established.However, multiple addresses might have been dialed and resulted in failures.
Enrich the
ConnectionOpened
with aVec<(Multiaddr, DialError)>
for better address store tracking and achieve symmetry with `OpenFailuresThe text was updated successfully, but these errors were encountered: