Sends the Identify
response with the Signed Peer Record
to the requesting peer over the given connection
Reads the Identify Push message from the given connection
A handler to register with Libp2p to process identify messages.
Requests the Identify
message from peer associated with the given connection
.
If the identified peer does not match the PeerId
associated with the connection,
an error will be thrown.
Send an Identify Push update to the list of connections
Calls push
for all peers in the peerStore
that are connected
Takes the addr
and converts it to a Multiaddr if possible