It should be possible to get the latest dialing info for a node id, to pass on to other nodes etc.
This used to be possible with remote_info, but that fn has been removed in iroh 0.93.
The concrete use case is in iroh-dht-experiment, where I want to enrich a set of node ids with current dialing info to reduce load on the discovery services.
https://github.com/n0-computer/iroh-dht-experiment/blob/561cad3740d3f13aa1b49f5d0b79c5198c1bd9a5/src/lib.rs#L1181