Merge branch 'main' into feat/804-add-thin-waist-address

This commit is contained in:
yashksaini-coder
2025-08-10 13:13:44 +05:30
committed by GitHub
3 changed files with 25 additions and 29 deletions

View File

@ -29,11 +29,6 @@ class Transport(ISecureTransport):
early_data: bytes | None
with_noise_pipes: bool
# NOTE: Implementations that support Noise Pipes must decide whether to use
# an XX or IK handshake based on whether they possess a cached static
# Noise key for the remote peer.
# TODO: A storage of seen noise static keys for pattern IK?
def __init__(
self,
libp2p_keypair: KeyPair,