From 6d30b349b36b3e4fe33df3bbd64061cec288e6d4 Mon Sep 17 00:00:00 2001 From: Jamie Lokier Date: Wed, 7 Apr 2021 16:57:28 +0100 Subject: [PATCH] Bump nim-eth for: Kademlia crash when trying to sync with testnet or mainnet (#489) Prior to this commit, when using discv4 (Kademlia) to find peers, there is a crash after a few minutes. It occurs for most of us on Eth1 mainnet, and everyone on Ropsten. Tested for about 4 days constant operation on Ropsten. The crash which occured every few minutes no longer occurs, and discv4 keeps working. Signed-off-by: Jamie Lokier --- vendor/nim-eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/nim-eth b/vendor/nim-eth index c5dace27c..0f3bb6167 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit c5dace27cad9f3f832f40f0e37b8063125cc9871 +Subproject commit 0f3bb6167816b2b16cb0a917ac913d998801bee3