mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 06:46:24 +00:00
a02832fe12
* chore(rlnv2): contract interface changes (#2770) * fix: tests * fix: remove stuint[32] * chore(submodule): update zerokit submodule to v0.5.1 (#2782) * fix: remove cond comp for lightpush test * fix: ci and nonceManager
10 lines
189 B
Nim
10 lines
189 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_rln_group_manager_onchain,
|
|
./test_rln_group_manager_static,
|
|
./test_waku_rln_relay,
|
|
./test_wakunode_rln_relay,
|
|
./test_rln_nonce_manager,
|
|
./test_rln_serde
|