From 3e2c320b70b1e0a3a79a90f08a1eebae5043c4ee Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Wed, 21 Feb 2024 05:31:07 +0100 Subject: [PATCH] bump `nim-eth` to `d8209f623f837d14c43a9e3fd464b0e199c5d180` (#5926) - Refactor p2pProtocol internals - Fix chronos related deprecated warnings in discv5 and uTP - normalise nimble, ci - Fix chronos related deprecated warnings in uTP code part II - Remove usage of stew/shim/net - Upgrade github actions to v4 - Fix two bugs in Receipts RLP encoding/decoding - Move Ethereum specific RLP encoding tests under tests/common - Reduce compiler warnings in rlp - test refc in CI in Nim 2.0 and later - test Nim 2.0 in CI and use non-EOL macOS version - Use asyncraises in p2p - Don't auto write p2pProtocol macro expansion to file - Fix improper yield usage in rlpx and refine exception handling --- vendor/nim-eth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/nim-eth b/vendor/nim-eth index 2c6049b12..d8209f623 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit 2c6049b1266a7739f4dca86da4e8c65b75797195 +Subproject commit d8209f623f837d14c43a9e3fd464b0e199c5d180