Merge pull request #817 from acul71/fix/fix-816-remove-TODO-IK-patterns-in-noise

remove deprecated IK pattern TODO
This commit is contained in:
Manu Sheel Gupta
2025-08-10 11:16:44 +05:30
committed by GitHub
2 changed files with 1 additions and 5 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,

View File

@ -0,0 +1 @@
The TODO IK patterns in Noise has been deprecated in specs: https://github.com/libp2p/specs/tree/master/noise#handshake-pattern