logos-delivery/tests/api/test_all.nim
Fabiana Cecin 0eb6aa07c6
Implement stateful SubscriptionService for Core mode (WIP)
* 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
2026-02-20 09:34:40 -03:00

9 lines
125 B
Nim

{.used.}
import
./test_entry_nodes,
./test_node_conf,
./test_api_send,
./test_api_subscription,
./test_api_health