Logo
Explore Help
Sign In
logos-messaging/logos-delivery
1
0
Fork 0
You've already forked logos-delivery
mirror of https://github.com/logos-messaging/logos-delivery.git synced 2026-06-13 17:39:31 +00:00
Code Issues Packages Projects Releases Wiki Activity
logos-delivery/tests/node/peer_manager/peer_store/utils.nim

10 lines
319 B
Nim
Raw Normal View History

chore: fix unused and deprecated imports (#3368)
2025-04-11 17:20:23 +02:00
import std/options, results
test(peer-and-connection-management): Implement tests (#2566) * Implement peer and connection management tests. * Fix multiple peers added on initialisation. * Remove clusterId parameter from newTestWakuNode.
2024-05-13 17:25:44 +02:00
import
refactor: introduce proper logos_delivery layers folder structure (#3935) Co-authored-by: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com>
2026-06-08 13:37:53 +02:00
logos_delivery/waku/node/peer_manager/[waku_peer_store, peer_store/waku_peer_storage],
test(peer-and-connection-management): Implement tests (#2566) * Implement peer and connection management tests. * Fix multiple peers added on initialisation. * Remove clusterId parameter from newTestWakuNode.
2024-05-13 17:25:44 +02:00
../../../waku_archive/archive_utils
proc newTestWakuPeerStorage*(path: Option[string] = string.none()): WakuPeerStorage =
let db = newSqliteDatabase(path)
WakuPeerStorage.new(db).value()
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 103ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API