test(waku-relay): Relay (#2101)

* Implement message id tests.
* Implement relay tests.
* Update import paths to use test_all.
This commit is contained in:
Álex Cabeza Romero
2023-11-15 16:11:36 +01:00
committed by GitHub
parent a0ee60f394
commit e6f8204bc3
12 changed files with 1439 additions and 33 deletions
+3
View File
@@ -6,3 +6,6 @@ import ../../../waku/waku_core/message
proc newPushHandlerFuture*(): Future[(string, WakuMessage)] =
newFuture[(string, WakuMessage)]()
proc newBoolFuture*(): Future[bool] =
newFuture[bool]()