From e6998a61cd423a9954a58f787974a98eac0679bf Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 17 Mar 2020 10:54:48 -0600 Subject: [PATCH] remove IK handshake from noise spec (removed in core libp2p specs) --- specs/phase0/p2p-interface.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/specs/phase0/p2p-interface.md b/specs/phase0/p2p-interface.md index 70efd8844c..fbbcb088e0 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -157,8 +157,7 @@ The following SecIO parameters MUST be supported by all stacks: The [Libp2p-noise](https://github.com/libp2p/specs/tree/master/noise) secure channel handshake with `secp256k1` identities will be used for mainnet. -As specified in the libp2p specification, clients MUST support the `XX` handshake pattern and -can optionally implement the `IK` and `XXfallback` patterns for optimistic 0-RTT. +As specified in the libp2p specification, clients MUST support the `XX` handshake pattern. ## Protocol Negotiation