mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user