mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-11 11:26:53 +00:00
69ae7c2012
* initial providers manager implementation * misc license update * spelling * rename provider tests * add provider tests * reexport provider manager * only update provider record if it changed * small bug in getProvByKey * pass providers to both constructors * fix records retrieval * disable cache during tests * avoid redefining data * adding back tests with cache * use `.errorOption` * proper err msg unpacking
6 lines
141 B
Nim
6 lines
141 B
Nim
import
|
|
./dht/[test_providers, test_providermngr],
|
|
./discv5/[test_discoveryv5, test_discoveryv5_encoding]
|
|
|
|
{.warning[UnusedImport]: off.}
|