discv5: bump to minilru (#6611)
`minilru` reduces memory usage in the discv lru cache
This commit is contained in:
parent
a25afaed5a
commit
e2d65a39a3
|
@ -230,3 +230,7 @@
|
||||||
url = https://github.com/ethereum/EIPs
|
url = https://github.com/ethereum/EIPs
|
||||||
ignore = untracked
|
ignore = untracked
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "vendor/nim-minilru"]
|
||||||
|
path = vendor/nim-minilru
|
||||||
|
url = https://github.com/status-im/nim-minilru.git
|
||||||
|
branch = master
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5ce3c4557fc78ee425fcb8f30f80cb336bbe0b7c
|
Subproject commit cea821df604cc89304afee261278b76d050222b6
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2682cffa8733f3b61751c65a963941315e887bac
|
|
@ -1 +1 @@
|
||||||
Subproject commit 41f48efee97ac688fc48d40280c8d45d340cc46d
|
Subproject commit 763147cf821ea105936502e029ac9f5cfad86568
|
|
@ -1 +1 @@
|
||||||
Subproject commit 11f7cff9280933067fba1c736eac9d05b9bfca79
|
Subproject commit 845b6af28b9f68f02d320e03ad18eccccea7ddb9
|
Loading…
Reference in New Issue