From a85c7a1dbb267a0f27d61b06664f972ef9813b73 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:59:56 +0000 Subject: [PATCH 1/2] Initial plan From 26f6b83905592953641322d088177c5ec169433e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:02:19 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20typo:=20Encryptionailed=20=E2=86=92?= =?UTF-8?q?=20EncryptionFailed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: wemeetagain <1348242+wemeetagain@users.noreply.github.com> --- packages/discv5/src/session/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discv5/src/session/types.ts b/packages/discv5/src/session/types.ts index 18b8801..1529852 100644 --- a/packages/discv5/src/session/types.ts +++ b/packages/discv5/src/session/types.ts @@ -51,7 +51,7 @@ export enum RequestErrorType { /** The remote returned an invalid packet. */ InvalidRemotePacket = 5, /** Failed attempting to encrypt the request. */ - Encryptionailed = 6, + EncryptionFailed = 6, /** The multiaddr provided is invalid */ InvalidMultiaddr = 7, }