mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
* Add encoding/decoding of payload for Waku v2 * Allow for Waku v1 payload in chat through compile time flag
11 lines
263 B
Nim
11 lines
263 B
Nim
import
|
|
# Waku v2 tests
|
|
# TODO: enable this when it is altered into a proper waku relay test
|
|
# ./v2/test_waku,
|
|
./v2/test_wakunode,
|
|
./v2/test_waku_store,
|
|
./v2/test_waku_filter,
|
|
./v2/test_waku_pagination,
|
|
./v2/test_waku_payload,
|
|
./v2/test_rpc_waku
|