mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-17 16:37:15 +00:00
As it happens, the two share the exact same interface (even the test suite removed in this PR passes) - `minilru` has an edge on efficiency however, avoiding the doubly linked list node allocations etc
10 lines
140 B
Nim
10 lines
140 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_enr,
|
|
./test_hkdf,
|
|
./test_ip_vote,
|
|
./test_routing_table,
|
|
./test_discoveryv5_encoding,
|
|
./test_discoveryv5
|