Merge branch 'main' into identify-fix-varint-go

This commit is contained in:
acul71
2025-07-13 17:25:51 +02:00
committed by GitHub
10 changed files with 248 additions and 21 deletions

View File

@ -61,7 +61,7 @@ def _mk_identify_protobuf(
) -> Identify:
public_key = host.get_public_key()
laddrs = host.get_addrs()
protocols = host.get_mux().get_protocols()
protocols = tuple(str(p) for p in host.get_mux().get_protocols() if p is not None)
observed_addr = observed_multiaddr.to_bytes() if observed_multiaddr else b""
return Identify(