mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-05 23:43:07 +00:00
* adds rlnlib dependency * clones the full-node branch of rln repository * moves rlnlib dependency to the deps target * changes rlnlib path * adds test_rln_relay_wrappers to the v2 tests * loads rlnlib with different extensions based on the OS * deletes unnecessary imports * changes rlnlib extension to .exe for windows * minor * list files in rln/target/debug * edits rln lib name for windows * removes unnecessary commands * edits some comments * fetches specific commit of rln library
21 lines
730 B
Nim
21 lines
730 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_waku_swap,
|
|
./v2/test_message_store,
|
|
./v2/test_jsonrpc_waku,
|
|
./v2/test_peer_manager,
|
|
./v2/test_web3, # TODO remove it when rln-relay tests get finalized
|
|
./v2/test_waku_rln_relay,
|
|
./v2/test_rln_relay_wrappers
|
|
|
|
# TODO Only enable this once swap module is integrated more nicely as a dependency, i.e. as submodule with CI etc
|
|
# For PoC execute it manually and run separate module here: https://github.com/vacp2p/swap-contracts-module
|
|
# ./v2/test_waku_swap_contracts
|