Commit Graph

7 Commits

Author SHA1 Message Date
39dde305b4 Rework libp2p-identify (#116)
* Add a proper PeerId to Peerstore

* Turn identify into a transport layer

* Expose the dialed multiaddress

* Add identified nodes to the peerstore

* Allow configuring the TTL of the addresses

* Split identify in two modules

* Some comments and tweaks

* Run rustfmt

* Add test and bugfix

* Fix wrong address reported when dialing

* Fix websocket browser code

* Support the p2p protocol in libp2p-identify

* Fix concerns

* Fix libp2p-dns

* More concerns
2018-03-07 10:49:11 +01:00
025bb04dea Add support for the unimplemented protocols in rust-multiaddr (#123)
* Add support for the unimplemented protocols in rust-multiaddr

* Fix concern
2018-02-14 14:10:55 +01:00
b8829d7cb1 More concerns 2018-01-11 11:07:17 +01:00
acbe1d0386 No longer use deprecated function Multiaddr::new 2018-01-09 19:16:45 +01:00
00cc5c5a85 More concerns fixes 2017-12-18 16:57:19 +01:00
c86e91babc Deprecate some functions and minor tweaks 2017-12-18 13:24:44 +01:00
458077417e Integrate a local copy of rust-multiaddr for development 2017-12-18 13:08:26 +01:00