kubo/exchange
Juan Batiz-Benet bf88f1aec5 bitswap: network interface changed
Had to change the network interface from DialPeer(peer.ID) to
DialPeer(peer.PeerInfo), so that addresses of a provider are
handed to the network.

@maybebtc and I are discussing whether this should go all the
way down to the network, or whether the network _should always
work_ with just an ID (which means the network needs to be
able to resolve ID -> Addresses, using the routing system.
This latter point might mean that "routing" might need to
break down into subcomponents. It's a bit sketchy that
the Network would become smarter than just dial/listen and
I/O, but maybe there's a distinction between net.Network,
and something like a peernet.Network that has routing
built in...)
2014-12-23 04:13:52 -08:00
..
bitswap bitswap: network interface changed 2014-12-23 04:13:52 -08:00
offline feat(bitswap) make offline exchange query datastore 2014-12-05 23:31:01 -08:00
interface.go wire GetBlocks into blockservice 2014-12-05 20:53:26 +00:00