discv5: bump to minilru (#6611)

`minilru` reduces memory usage in the discv lru cache
This commit is contained in:
Jacek Sieka 2024-10-08 12:26:31 +02:00 committed by GitHub
parent a25afaed5a
commit e2d65a39a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 3 deletions

4
.gitmodules vendored
View File

@ -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

2
vendor/nim-eth vendored

@ -1 +1 @@
Subproject commit 5ce3c4557fc78ee425fcb8f30f80cb336bbe0b7c
Subproject commit cea821df604cc89304afee261278b76d050222b6

1
vendor/nim-minilru vendored Submodule

@ -0,0 +1 @@
Subproject commit 2682cffa8733f3b61751c65a963941315e887bac

2
vendor/nim-stew vendored

@ -1 +1 @@
Subproject commit 41f48efee97ac688fc48d40280c8d45d340cc46d
Subproject commit 763147cf821ea105936502e029ac9f5cfad86568

@ -1 +1 @@
Subproject commit 11f7cff9280933067fba1c736eac9d05b9bfca79
Subproject commit 845b6af28b9f68f02d320e03ad18eccccea7ddb9