Update Libp2p To v0.32.1 and Go to v1.21.5 (#13304)

* update libp2p

* fix tests

* fix tests

* fix build

* update to go v1.21

* workflow

* workflow again

* update ci

* update golangci

* disable quic
This commit is contained in:
Nishant Das
2023-12-22 00:09:54 +08:00
committed by GitHub
parent a068f3877e
commit 233f4d99a2
20 changed files with 347 additions and 267 deletions

View File

@@ -36,7 +36,7 @@ func (c *client) registerRPCHandler(baseTopic string, handle rpcHandler) {
_ = _err
}()
log.WithField("peer", stream.Conn().RemotePeer().Pretty()).WithField("topic", string(stream.Protocol()))
log.WithField("peer", stream.Conn().RemotePeer().String()).WithField("topic", string(stream.Protocol()))
base, ok := p2p.RPCTopicMappings[baseTopic]
if !ok {