mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-02-28 06:03:39 +00:00
* SubscriptionService tracks shard and content topic interest * Emit MessageReceivedEvent on subscribed content topics * Add selectPeers() to PeerManager for future edge node sub impl * Add test_api_subscriptions.nim with a placeholder sub test
9 lines
125 B
Nim
9 lines
125 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_entry_nodes,
|
|
./test_node_conf,
|
|
./test_api_send,
|
|
./test_api_subscription,
|
|
./test_api_health
|