go-libp2p/p2p/host/routed
Sukun 6b9c11680e
consistently use protocol.ID instead of strings (#2004)
* Change PeerStore interface to use protocol.ID

This reduces the string to protocol.ID translations happening
at various places in the code

* Fix misc cases of protocol.ID conversion

* Merge multistream changes

* Use protocol.ID in network.ConnectionState

* don't update examples

* fix error message tests

* merge new go-multistream changes

* update test-plans go mod

* change transport back to string
2023-01-27 01:39:59 -08:00
..
routed.go consistently use protocol.ID instead of strings (#2004) 2023-01-27 01:39:59 -08:00
routed_test.go routed host: return Connect error if FindPeer doesn't yield new addresses (#1946) 2022-12-11 16:59:38 -08:00