From e2d65a39a39a28d427e2eb22666af8e7374bc31c Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Tue, 8 Oct 2024 12:26:31 +0200 Subject: [PATCH] discv5: bump to minilru (#6611) `minilru` reduces memory usage in the discv lru cache --- .gitmodules | 4 ++++ vendor/nim-eth | 2 +- vendor/nim-minilru | 1 + vendor/nim-stew | 2 +- vendor/nim-unittest2 | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) create mode 160000 vendor/nim-minilru diff --git a/.gitmodules b/.gitmodules index 08326638a..13b69f4e4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -230,3 +230,7 @@ url = https://github.com/ethereum/EIPs ignore = untracked branch = master +[submodule "vendor/nim-minilru"] + path = vendor/nim-minilru + url = https://github.com/status-im/nim-minilru.git + branch = master diff --git a/vendor/nim-eth b/vendor/nim-eth index 5ce3c4557..cea821df6 160000 --- a/vendor/nim-eth +++ b/vendor/nim-eth @@ -1 +1 @@ -Subproject commit 5ce3c4557fc78ee425fcb8f30f80cb336bbe0b7c +Subproject commit cea821df604cc89304afee261278b76d050222b6 diff --git a/vendor/nim-minilru b/vendor/nim-minilru new file mode 160000 index 000000000..2682cffa8 --- /dev/null +++ b/vendor/nim-minilru @@ -0,0 +1 @@ +Subproject commit 2682cffa8733f3b61751c65a963941315e887bac diff --git a/vendor/nim-stew b/vendor/nim-stew index 41f48efee..763147cf8 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit 41f48efee97ac688fc48d40280c8d45d340cc46d +Subproject commit 763147cf821ea105936502e029ac9f5cfad86568 diff --git a/vendor/nim-unittest2 b/vendor/nim-unittest2 index 11f7cff92..845b6af28 160000 --- a/vendor/nim-unittest2 +++ b/vendor/nim-unittest2 @@ -1 +1 @@ -Subproject commit 11f7cff9280933067fba1c736eac9d05b9bfca79 +Subproject commit 845b6af28b9f68f02d320e03ad18eccccea7ddb9